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

  /external/chromium/chrome/browser/search_engines/
search_host_to_urls_map.h 24 typedef std::set<const TemplateURL*> TemplateURLSet;
55 // Return the TemplateURLSet for the given the |host| or NULL if there are
57 const TemplateURLSet* GetURLsForHost(const std::string& host) const;
62 typedef std::map<std::string, TemplateURLSet> HostToURLsMap;
search_host_to_urls_map_unittest.cc 12 typedef SearchHostToURLsMap::TemplateURLSet TemplateURLSet;
67 const TemplateURLSet* urls = provider_map_->GetURLsForHost(host_);
71 for (TemplateURLSet::const_iterator i = urls->begin();
122 const TemplateURLSet* urls = provider_map_->GetURLsForHost(host_);
127 for (TemplateURLSet::const_iterator i = urls->begin();
143 const TemplateURLSet* urls = provider_map_->GetURLsForHost("a" + host_);
search_host_to_urls_map.cc 55 TemplateURLSet& urls = host_to_urls_map_[host];
88 const TemplateURLSet& urls = host_map_iterator->second;
89 for (TemplateURLSet::const_iterator url_set_iterator = urls.begin();
117 const SearchHostToURLsMap::TemplateURLSet* SearchHostToURLsMap::GetURLsForHost(
131 TemplateURLSet::iterator url_set_iterator = i->second.find(template_url);
search_provider_install_data.cc 26 typedef SearchHostToURLsMap::TemplateURLSet TemplateURLSet;
215 const TemplateURLSet* urls = provider_map_->GetURLsForHost(
221 for (TemplateURLSet::const_iterator i = urls->begin();
template_url_model.cc 38 typedef SearchHostToURLsMap::TemplateURLSet TemplateURLSet;
    [all...]

Completed in 139 milliseconds