Home
last modified time | relevance | path

Searched refs:NavigationResults (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/autocomplete/
Dsearch_provider.h132 NavigationResults* navigation_results);
190 void ApplyCalculatedNavigationRelevance(NavigationResults* list);
213 const NavigationResults& navigation_results,
Dbase_search_provider.h297 typedef std::vector<NavigationResult> NavigationResults; typedef
323 NavigationResults navigation_results;
Dzero_suggest_provider.cc398 const NavigationResults& nav_results(results_.navigation_results); in ConvertResultsToAutocompleteMatches()
399 for (NavigationResults::const_iterator it(nav_results.begin()); in ConvertResultsToAutocompleteMatches()
Dsearch_provider.cc158 for (NavigationResults::iterator nav_it = results->navigation_results.begin(); in UpdateMatchContentsClass()
628 NavigationResults* list) { in ApplyCalculatedNavigationRelevance()
830 const NavigationResults& navigation_results, in AddNavigationResultsToMatches()
832 for (NavigationResults::const_iterator it = navigation_results.begin(); in AddNavigationResultsToMatches()
Dbase_search_provider.cc457 for (NavigationResults::const_iterator i(navigation_results.begin()); in HasServerProvidedScores()