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

  /external/chromium_org/components/search_engines/
search_host_to_urls_map.h 20 typedef std::set<TemplateURL*> TemplateURLSet;
41 // Return the TemplateURLSet for the given the |host| or NULL if there are
43 TemplateURLSet* GetURLsForHost(const std::string& host);
48 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 43 TemplateURLSet::iterator url_set_iterator = i->second.find(template_url);
65 SearchHostToURLsMap::TemplateURLSet* SearchHostToURLsMap::GetURLsForHost(
template_url_service.cc 42 typedef SearchHostToURLsMap::TemplateURLSet TemplateURLSet;
    [all...]
  /external/chromium_org/chrome/browser/search_engines/
search_provider_install_data.cc 29 typedef SearchHostToURLsMap::TemplateURLSet TemplateURLSet;
242 const TemplateURLSet* urls = provider_map_->GetURLsForHost(
248 for (TemplateURLSet::const_iterator i = urls->begin();

Completed in 52 milliseconds