HomeSort by relevance Sort by last modified time
    Searched refs:GetRegistryLength (Results 1 - 3 of 3) sorted by null

  /external/chromium/net/base/
registry_controlled_domain.h 190 static size_t GetRegistryLength(const GURL& gurl,
195 static size_t GetRegistryLength(const std::string& host,
197 static size_t GetRegistryLength(const std::wstring& host,
registry_controlled_domain.cc 115 size_t RegistryControlledDomainService::GetRegistryLength(
130 size_t RegistryControlledDomainService::GetRegistryLength(
144 size_t RegistryControlledDomainService::GetRegistryLength(
registry_controlled_domain_unittest.cc 63 return TestRegistryControlledDomainService::GetRegistryLength(GURL(url),
69 return TestRegistryControlledDomainService::GetRegistryLength(host,
143 // Test GURL version of GetRegistryLength().
180 // Test std::wstring version of GetRegistryLength(). Uses the same

Completed in 249 milliseconds