OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:urls_for_host
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/search_engines/
search_host_to_urls_map.cc
71
HostToURLsMap::iterator
urls_for_host
= host_to_urls_map_.find(host);
local
72
if (
urls_for_host
== host_to_urls_map_.end() ||
urls_for_host
->second.empty())
74
return &
urls_for_host
->second;
template_url_service.cc
1799
const TemplateURLSet*
urls_for_host
=
local
[
all
...]
Completed in 2086 milliseconds