Home
last modified time | relevance | path

Searched refs:MatchMap (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/components/omnibox/
Dbase_search_provider_unittest.cc53 typedef BaseSearchProvider::MatchMap MatchMap; typedef in TestBaseSearchProvider
78 MatchMap* map) { in AddMatchToMap()
123 TestBaseSearchProvider::MatchMap map; in TEST_F()
Dsearch_provider.h262 MatchMap* map);
268 MatchMap* map);
290 MatchMap* map);
Dbase_search_provider.h103 typedef std::map<MatchKey, AutocompleteMatch> MatchMap; typedef
194 MatchMap* map);
Dsearch_provider.cc803 MatchMap map; in ConvertResultsToAutocompleteMatches()
879 for (MatchMap::const_iterator i(map.begin()); i != map.end(); ++i) in ConvertResultsToAutocompleteMatches()
986 MatchMap* map) { in AddRawHistoryResultsToMap()
1018 MatchMap* map) { in AddTransformedHistoryResultsToMap()
1182 MatchMap* map) { in AddSuggestResultsToMap()
1422 MatchMap map; in FindAnswersPrefetchData()
1431 for (MatchMap::const_iterator i(map.begin()); i != map.end(); ++i) in FindAnswersPrefetchData()
Dbase_search_provider.cc355 MatchMap* map) { in AddMatchToMap()
381 const std::pair<MatchMap::iterator, bool> i( in AddMatchToMap()
/external/chromium_org/chrome/browser/autocomplete/
Dzero_suggest_provider.cc279 MatchMap* map) { in AddSuggestResultsToMap()
353 MatchMap map; in ConvertResultsToAutocompleteMatches()
397 for (MatchMap::const_iterator it(map.begin()); it != map.end(); ++it) in ConvertResultsToAutocompleteMatches()
Dzero_suggest_provider.h96 MatchMap* map);