Home
last modified time | relevance | path

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

/external/chromium/net/base/
Dregistry_controlled_domain.h191 static size_t GetRegistryLength(const GURL& gurl,
196 static size_t GetRegistryLength(const std::string& host,
198 static size_t GetRegistryLength(const std::wstring& host,
Dregistry_controlled_domain.cc117 size_t RegistryControlledDomainService::GetRegistryLength( in GetRegistryLength() function in net::RegistryControlledDomainService
132 size_t RegistryControlledDomainService::GetRegistryLength( in GetRegistryLength() function in net::RegistryControlledDomainService
146 size_t RegistryControlledDomainService::GetRegistryLength( in GetRegistryLength() function in net::RegistryControlledDomainService
Dregistry_controlled_domain_unittest.cc64 return TestRegistryControlledDomainService::GetRegistryLength(GURL(url), in GetRegistryLengthFromURL()
70 return TestRegistryControlledDomainService::GetRegistryLength(host, in GetRegistryLengthFromHost()
/external/chromium/chrome/browser/autocomplete/
Dautocomplete.cc261 net::RegistryControlledDomainService::GetRegistryLength(UTF16ToUTF8(host), in Parse()
270 if (net::RegistryControlledDomainService::GetRegistryLength( in Parse()
/external/chromium/chrome/browser/net/
Durl_fixer_upper.cc201 net::RegistryControlledDomainService::GetRegistryLength(*domain, false); in AddDesiredTLD()
/external/chromium/chrome/common/extensions/
Dextension.cc574 size_t reg_len = net::RegistryControlledDomainService::GetRegistryLength( in GetDistinctHosts()