Searched refs:action_el (Results 1 – 1 of 1) sorted by relevance
36 xml::Element* action_el = intent_filter_el->FindChild({}, "action"); in HasDeepLink() local39 if (action_el == nullptr || category_el == nullptr || data_el == nullptr) { in HasDeepLink()