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