Searched refs:urls_for_host (Results 1 – 2 of 2) sorted by relevance
121 HostToURLsMap::const_iterator urls_for_host = host_to_urls_map_.find(host); in GetURLsForHost() local122 if (urls_for_host == host_to_urls_map_.end() || urls_for_host->second.empty()) in GetURLsForHost()124 return &urls_for_host->second; in GetURLsForHost()
951 const TemplateURLSet* urls_for_host = in UpdateKeywordSearchTermsForURL() local953 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()