Home | History | Annotate | Download | only in autocomplete

Lines Matching refs:SearchProvider

50 // into SearchProvider after dogfood and after we break the association between
97 // The 4 functions below (that take classes defined in SearchProvider as
98 // arguments) were copied and trimmed from SearchProvider.
100 // ZeroSuggestProvider and SearchProvider.
108 SearchProvider::SuggestResults* suggest_results,
109 SearchProvider::NavigationResults* navigation_results);
113 void AddSuggestResultsToMap(const SearchProvider::SuggestResults& results,
115 SearchProvider::MatchMap* map);
128 SearchProvider::MatchMap* map);
132 const SearchProvider::NavigationResult& navigation);
171 SearchProvider::NavigationResults navigation_results_;
173 SearchProvider::MatchMap query_matches_map_;