Home
last modified time | relevance | path

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

/external/chromium_org/components/search_engines/
Dsearch_host_to_urls_map_unittest.cc12 typedef SearchHostToURLsMap::TemplateURLSet TemplateURLSet; typedef
61 const TemplateURLSet* urls = provider_map_->GetURLsForHost(host_); in TEST_F()
65 for (TemplateURLSet::const_iterator i(urls->begin()); i != urls->end(); ++i) { in TEST_F()
84 const TemplateURLSet* urls = provider_map_->GetURLsForHost(host_); in TEST_F()
89 for (TemplateURLSet::const_iterator i(urls->begin()); i != urls->end(); ++i) { in TEST_F()
104 const SearchHostToURLsMap::TemplateURLSet* urls = in TEST_F()
Dsearch_host_to_urls_map.h20 typedef std::set<TemplateURL*> TemplateURLSet; typedef
43 TemplateURLSet* GetURLsForHost(const std::string& host);
48 typedef std::map<std::string, TemplateURLSet> HostToURLsMap;
Dsearch_host_to_urls_map.cc43 TemplateURLSet::iterator url_set_iterator = i->second.find(template_url); in Remove()
65 SearchHostToURLsMap::TemplateURLSet* SearchHostToURLsMap::GetURLsForHost( in GetURLsForHost()
Dtemplate_url_service.cc42 typedef SearchHostToURLsMap::TemplateURLSet TemplateURLSet; typedef
1587 const TemplateURLSet* urls = provider_map_->GetURLsForHost(host); in CanReplaceKeywordForHost()
1590 for (TemplateURLSet::const_iterator i(urls->begin()); i != urls->end(); ++i) { in CanReplaceKeywordForHost()
1725 const TemplateURLSet* urls_for_host = in UpdateKeywordSearchTermsForURL()
1730 for (TemplateURLSet::const_iterator i = urls_for_host->begin(); in UpdateKeywordSearchTermsForURL()
/external/chromium_org/chrome/browser/search_engines/
Dsearch_provider_install_data.cc29 typedef SearchHostToURLsMap::TemplateURLSet TemplateURLSet; typedef
242 const TemplateURLSet* urls = provider_map_->GetURLsForHost( in GetInstallState()
248 for (TemplateURLSet::const_iterator i = urls->begin(); in GetInstallState()