Searched refs:num_ipv4_components (Results 1 - 10 of 10) sorted by relevance

/external/chromium/googleurl/src/
H A Durl_canon_ip.h74 // On success, |num_ipv4_components| will be populated with the number of
80 int* num_ipv4_components);
85 int* num_ipv4_components);
H A Durl_canon_ip.cc209 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);
206 DoIPv4AddressToNumber(const CHAR* spec, const url_parse::Component& host, unsigned char address[4], int* num_ipv4_components) argument
709 IPv4AddressToNumber(const char* spec, const url_parse::Component& host, unsigned char address[4], int* num_ipv4_components) argument
716 IPv4AddressToNumber(const char16* spec, const url_parse::Component& host, unsigned char address[4], int* num_ipv4_components) argument
H A Durl_canon.h334 CanonHostInfo() : family(NEUTRAL), num_ipv4_components(0), out_host() {}
357 int num_ipv4_components; member in struct:url_canon::CanonHostInfo
H A Durl_canon_unittest.cc511 host_info.num_ipv4_components);
536 host_info.num_ipv4_components);
634 host_info.num_ipv4_components);
653 host_info.num_ipv4_components);
/external/chromium_org/url/
H A Durl_canon_ip.h57 // On success, |num_ipv4_components| will be populated with the number of
63 int* num_ipv4_components);
68 int* num_ipv4_components);
H A Durl_canon_ip.cc164 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);
161 DoIPv4AddressToNumber(const CHAR* spec, const url_parse::Component& host, unsigned char address[4], int* num_ipv4_components) argument
679 IPv4AddressToNumber(const char* spec, const url_parse::Component& host, unsigned char address[4], int* num_ipv4_components) argument
686 IPv4AddressToNumber(const base::char16* spec, const url_parse::Component& host, unsigned char address[4], int* num_ipv4_components) argument
H A Durl_canon.h314 CanonHostInfo() : family(NEUTRAL), num_ipv4_components(0), out_host() {}
337 int num_ipv4_components; member in struct:url_canon::CanonHostInfo
H A Durl_canon_unittest.cc508 host_info.num_ipv4_components);
535 host_info.num_ipv4_components);
635 host_info.num_ipv4_components);
656 host_info.num_ipv4_components);
/external/chromium_org/chrome/browser/autocomplete/
H A Dautocomplete_input.cc360 (host_info.num_ipv4_components == 4))
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete.cc341 if (host_info.num_ipv4_components == 4)

Completed in 181 milliseconds