Searched refs:num_ipv4_components (Results 1 – 5 of 5) sorted by relevance
/external/chromium/googleurl/src/ |
D | url_canon_ip.h | 80 int* num_ipv4_components); 85 int* num_ipv4_components);
|
D | url_canon_ip.cc | 209 int* num_ipv4_components) { in DoIPv4AddressToNumber() argument 254 *num_ipv4_components = existing_components; in DoIPv4AddressToNumber() 269 spec, host, address, &host_info->num_ipv4_components); in DoCanonicalizeIPv4Address() 712 int* num_ipv4_components) { in IPv4AddressToNumber() argument 713 return DoIPv4AddressToNumber<char>(spec, host, address, num_ipv4_components); in IPv4AddressToNumber() 719 int* num_ipv4_components) { in IPv4AddressToNumber() argument 721 spec, host, address, num_ipv4_components); in IPv4AddressToNumber()
|
D | url_canon.h | 334 CanonHostInfo() : family(NEUTRAL), num_ipv4_components(0), out_host() {} in CanonHostInfo() 357 int num_ipv4_components; member
|
D | url_canon_unittest.cc | 511 host_info.num_ipv4_components); in TEST() 536 host_info.num_ipv4_components); in TEST() 634 host_info.num_ipv4_components); in TEST() 653 host_info.num_ipv4_components); in TEST()
|
/external/chromium/chrome/browser/autocomplete/ |
D | autocomplete.cc | 341 if (host_info.num_ipv4_components == 4) in Parse()
|