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

/external/chromium/net/base/
H A 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,
H A Dregistry_controlled_domain.cc117 size_t RegistryControlledDomainService::GetRegistryLength( function in class:net::RegistryControlledDomainService
132 size_t RegistryControlledDomainService::GetRegistryLength( function in class:net::RegistryControlledDomainService
146 size_t RegistryControlledDomainService::GetRegistryLength( function in class:net::RegistryControlledDomainService
H A Dregistry_controlled_domain_unittest.cc64 return TestRegistryControlledDomainService::GetRegistryLength(GURL(url),
70 return TestRegistryControlledDomainService::GetRegistryLength(host,
144 // Test GURL version of GetRegistryLength().
181 // Test std::wstring version of GetRegistryLength(). Uses the same
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete.cc261 net::RegistryControlledDomainService::GetRegistryLength(UTF16ToUTF8(host),
270 if (net::RegistryControlledDomainService::GetRegistryLength(
/external/chromium/chrome/browser/net/
H A Durl_fixer_upper.cc201 net::RegistryControlledDomainService::GetRegistryLength(*domain, false);
/external/chromium/chrome/common/extensions/
H A Dextension.cc574 size_t reg_len = net::RegistryControlledDomainService::GetRegistryLength(

Completed in 178 milliseconds