Home
last modified time | relevance | path

Searched refs:canonical_rcd_len (Results 1 – 2 of 2) sorted by relevance

/external/cronet/stable/net/base/registry_controlled_domains/
Dregistry_controlled_domain.cc295 size_t canonical_rcd_len = in DoPermissiveGetHostRegistryLength() local
298 if (canonical_rcd_len == 0 || canonical_rcd_len == std::string::npos) in DoPermissiveGetHostRegistryLength()
299 return canonical_rcd_len; // Error or no registry controlled domain. in DoPermissiveGetHostRegistryLength()
302 size_t canonical_rcd_begin = canonical_host.length() - canonical_rcd_len; in DoPermissiveGetHostRegistryLength()
328 canonical_rcd_len); in DoPermissiveGetHostRegistryLength()
/external/cronet/tot/net/base/registry_controlled_domains/
Dregistry_controlled_domain.cc295 size_t canonical_rcd_len = in DoPermissiveGetHostRegistryLength() local
298 if (canonical_rcd_len == 0 || canonical_rcd_len == std::string::npos) in DoPermissiveGetHostRegistryLength()
299 return canonical_rcd_len; // Error or no registry controlled domain. in DoPermissiveGetHostRegistryLength()
302 size_t canonical_rcd_begin = canonical_host.length() - canonical_rcd_len; in DoPermissiveGetHostRegistryLength()
328 canonical_rcd_len); in DoPermissiveGetHostRegistryLength()