Home
last modified time | relevance | path

Searched refs:urls_for_host (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/search_engines/
Dsearch_host_to_urls_map.cc121 HostToURLsMap::const_iterator urls_for_host = host_to_urls_map_.find(host); in GetURLsForHost() local
122 if (urls_for_host == host_to_urls_map_.end() || urls_for_host->second.empty()) in GetURLsForHost()
124 return &urls_for_host->second; in GetURLsForHost()
Dtemplate_url_model.cc951 const TemplateURLSet* urls_for_host = in UpdateKeywordSearchTermsForURL() local
953 if (!urls_for_host) in UpdateKeywordSearchTermsForURL()
961 for (TemplateURLSet::const_iterator i = urls_for_host->begin(); in UpdateKeywordSearchTermsForURL()
962 i != urls_for_host->end(); ++i) { in UpdateKeywordSearchTermsForURL()