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

  /external/chromium/chrome/browser/search_engines/
search_host_to_urls_map.cc 121 HostToURLsMap::const_iterator urls_for_host = host_to_urls_map_.find(host); local
122 if (urls_for_host == host_to_urls_map_.end() || urls_for_host->second.empty())
124 return &urls_for_host->second;
template_url_model.cc 951 const TemplateURLSet* urls_for_host = local
    [all...]

Completed in 199 milliseconds