HomeSort by relevance Sort by last modified time
    Searched refs:TemplateURLSet (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/search_engines/
search_host_to_urls_map.h 20 typedef std::set<TemplateURL*> TemplateURLSet;
42 // Return the TemplateURLSet for the given the |host| or NULL if there are
44 TemplateURLSet* GetURLsForHost(const std::string& host);
49 typedef std::map<std::string, TemplateURLSet> HostToURLsMap;
search_host_to_urls_map_unittest.cc 12 typedef SearchHostToURLsMap::TemplateURLSet TemplateURLSet;
61 const TemplateURLSet* urls = provider_map_->GetURLsForHost(host_);
65 for (TemplateURLSet::const_iterator i(urls->begin()); i != urls->end(); ++i) {
84 const TemplateURLSet* urls = provider_map_->GetURLsForHost(host_);
89 for (TemplateURLSet::const_iterator i(urls->begin()); i != urls->end(); ++i) {
104 const SearchHostToURLsMap::TemplateURLSet* urls =
search_host_to_urls_map.cc 49 TemplateURLSet& urls = host_to_urls_map_[host];
67 SearchHostToURLsMap::TemplateURLSet* SearchHostToURLsMap::GetURLsForHost(
88 TemplateURLSet::iterator url_set_iterator = i->second.find(template_url);
search_provider_install_data.cc 31 typedef SearchHostToURLsMap::TemplateURLSet TemplateURLSet;
242 const TemplateURLSet* urls = provider_map_->GetURLsForHost(
248 for (TemplateURLSet::const_iterator i = urls->begin();
template_url_service.cc 53 typedef SearchHostToURLsMap::TemplateURLSet TemplateURLSet;
    [all...]

Completed in 2721 milliseconds