Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/geolocation/
Dgeolocation_settings_state.cc64 std::string formatted_host = GURLToFormattedHost(i->first); in GetDetailedInfo() local
65 if (!formatted_hosts.insert(formatted_host).second) { in GetDetailedInfo()
66 repeated_formatted_hosts.insert(formatted_host); in GetDetailedInfo()
75 std::string formatted_host = GURLToFormattedHost(i->first); in GetDetailedInfo() local
77 repeated_formatted_hosts.find(formatted_host) == in GetDetailedInfo()
79 formatted_host : in GetDetailedInfo()