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

  /external/chromium/net/base/
registry_controlled_domain.cc 70 return GetDomainAndRegistryImpl(std::string(
81 return GetDomainAndRegistryImpl(canon_host);
91 return GetDomainAndRegistryImpl(canon_host);
188 std::string RegistryControlledDomainService::GetDomainAndRegistryImpl(
registry_controlled_domain.h 230 static std::string GetDomainAndRegistryImpl(const std::string& host);
  /external/chromium_org/net/base/registry_controlled_domains/
registry_controlled_domain.cc 165 std::string GetDomainAndRegistryImpl(
201 return GetDomainAndRegistryImpl(std::string(
212 return GetDomainAndRegistryImpl(canon_host, filter);

Completed in 164 milliseconds