Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/autocomplete/
Dautocomplete.cc266 string16 host_with_tld(host); in Parse() local
268 host_with_tld += '.'; in Parse()
269 host_with_tld += desired_tld; in Parse()
271 UTF16ToUTF8(host_with_tld), false) != std::string::npos) in Parse()