Home
last modified time | relevance | path

Searched defs:canonical_host (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/net/base/registry_controlled_domains/
H A Dregistry_controlled_domain.cc234 std::string canonical_host; // Do not modify outside of canon_output. in DoPermissiveGetHostRegistryLength() local
/aosp_15_r20/external/cronet/url/
H A Durl_util.cc751 bool DomainIs(std::string_view canonical_host, in DomainIs()