Home
last modified time | relevance | path

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

/external/chromium/net/base/
Dregistry_controlled_domain.cc244 const char* domain_str = host.data() + curr_start; in GetRegistryLengthImpl() local
246 const DomainRule* rule = find_domain_function_(domain_str, domain_length); in GetRegistryLengthImpl()
252 base::strncasecmp(domain_str, rule->name, domain_length) == 0) { in GetRegistryLengthImpl()
Dx509_certificate_mac.cc1221 ScopedCFTypeRef<CFStringRef> domain_str( in GetSSLClientCertificates() local
1229 if (SecIdentityCopyPreference(domain_str, 0, NULL, &identity) == noErr) in GetSSLClientCertificates()