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

  /external/chromium/googleurl/src/
url_canon_ip.h 74 // On success, |num_ipv4_components| will be populated with the number of
80 int* num_ipv4_components);
85 int* num_ipv4_components);
url_canon_ip.cc 209 int* num_ipv4_components) {
254 *num_ipv4_components = existing_components;
269 spec, host, address, &host_info->num_ipv4_components);
712 int* num_ipv4_components) {
713 return DoIPv4AddressToNumber<char>(spec, host, address, num_ipv4_components);
719 int* num_ipv4_components) {
721 spec, host, address, num_ipv4_components);
url_canon.h 334 CanonHostInfo() : family(NEUTRAL), num_ipv4_components(0), out_host() {}
357 int num_ipv4_components; member in struct:url_canon::CanonHostInfo
    [all...]
url_canon_unittest.cc 511 host_info.num_ipv4_components);
536 host_info.num_ipv4_components);
634 host_info.num_ipv4_components);
653 host_info.num_ipv4_components);
    [all...]
  /external/chromium_org/url/
url_canon_ip.h 57 // On success, |num_ipv4_components| will be populated with the number of
63 int* num_ipv4_components);
68 int* num_ipv4_components);
url_canon_ip.cc 164 int* num_ipv4_components) {
220 *num_ipv4_components = existing_components;
234 spec, host, host_info->address, &host_info->num_ipv4_components);
682 int* num_ipv4_components) {
683 return DoIPv4AddressToNumber<char>(spec, host, address, num_ipv4_components);
689 int* num_ipv4_components) {
691 spec, host, address, num_ipv4_components);
url_canon.h 314 CanonHostInfo() : family(NEUTRAL), num_ipv4_components(0), out_host() {}
337 int num_ipv4_components; member in struct:url_canon::CanonHostInfo
    [all...]
url_canon_unittest.cc 508 host_info.num_ipv4_components);
535 host_info.num_ipv4_components);
635 host_info.num_ipv4_components);
656 host_info.num_ipv4_components);
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_input.cc 360 (host_info.num_ipv4_components == 4))
  /external/chromium/chrome/browser/autocomplete/
autocomplete.cc 341 if (host_info.num_ipv4_components == 4)
    [all...]

Completed in 118 milliseconds