Searched refs:NavigationToMatch (Results 1 – 5 of 5) sorted by relevance
281 AutocompleteMatch ZeroSuggestProvider::NavigationToMatch( in NavigationToMatch() function in ZeroSuggestProvider382 matches_.push_back(NavigationToMatch(nav)); in ConvertResultsToAutocompleteMatches()401 matches_.push_back(NavigationToMatch(*it)); in ConvertResultsToAutocompleteMatches()
98 AutocompleteMatch NavigationToMatch(const NavigationResult& navigation);
272 AutocompleteMatch NavigationToMatch(const NavigationResult& navigation);
2342 provider_->NavigationToMatch(SearchProvider::NavigationResult( in TEST_F()2355 provider_->NavigationToMatch(SearchProvider::NavigationResult( in TEST_F()2378 AutocompleteMatch match_inline(provider_->NavigationToMatch(result)); in TEST_F()2386 AutocompleteMatch match_prevent(provider_->NavigationToMatch(result)); in TEST_F()2396 provider_->NavigationToMatch(SearchProvider::NavigationResult( in TEST_F()
834 matches->push_back(NavigationToMatch(*it)); in AddNavigationResultsToMatches()1075 AutocompleteMatch SearchProvider::NavigationToMatch( in NavigationToMatch() function in SearchProvider