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

/external/chromium_org/chrome/browser/autocomplete/
H A Dzero_suggest_provider.h115 SearchProvider::MatchMap* map);
128 SearchProvider::MatchMap* map);
173 SearchProvider::MatchMap query_matches_map_;
H A Dsearch_provider.h271 typedef std::map<string16, AutocompleteMatch> MatchMap; typedef in class:SearchProvider
397 MatchMap* map);
407 void AddSuggestResultsToMap(const SuggestResults& results, MatchMap* map);
455 MatchMap* map);
H A Dzero_suggest_provider.cc309 SearchProvider::MatchMap* map) {
321 SearchProvider::MatchMap* map) {
334 const std::pair<SearchProvider::MatchMap::iterator, bool> i(map->insert(
451 for (SearchProvider::MatchMap::const_iterator it(query_matches_map_.begin());
H A Dsearch_provider.cc957 MatchMap map;
1005 for (MatchMap::const_iterator i(map.begin()); i != map.end(); ++i)
1183 MatchMap* map) {
1287 MatchMap* map) {
1412 MatchMap* map) {
1442 const std::pair<MatchMap::iterator, bool> i(
/external/chromium/chrome/browser/autocomplete/
H A Dsearch_provider.h170 typedef std::map<string16, AutocompleteMatch> MatchMap; typedef in class:SearchProvider
222 MatchMap* map);
230 MatchMap* map);
263 MatchMap* map);
H A Dsearch_provider.cc117 MatchMap match_map;
531 MatchMap map;
568 for (MatchMap::const_iterator i(map.begin()); i != map.end(); ++i)
606 MatchMap* map) {
657 MatchMap* map) {
757 MatchMap* map) {
837 const std::pair<MatchMap::iterator, bool> i = map->insert(
/external/chromium/net/base/
H A Ddnssec_unittest.cc633 static bool MatchMap(const std::map<std::string, std::string>& m, function in namespace:net
682 ASSERT_TRUE(MatchMap(m, &kTXTRecords[i+1]));

Completed in 105 milliseconds