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

  /external/chromium/googleurl/src/
url_canon_ip.cc 685 void CanonicalizeIPAddress(const char* spec,
697 void CanonicalizeIPAddress(const char16* spec,
url_canon_host.cc 349 CanonicalizeIPAddress(output->data(),
url_canon.h 360 // CanonicalizeIPAddress() only sets this field if |family| is IPV4 or IPV6.
403 GURL_API void CanonicalizeIPAddress(const char* spec,
407 GURL_API void CanonicalizeIPAddress(const char16* spec,
    [all...]
url_canon_unittest.cc 73 // Test cases for CanonicalizeIPAddress(). The inputs are identical to
624 url_canon::CanonicalizeIPAddress(cases[i].input8, component, &output1,
643 url_canon::CanonicalizeIPAddress(input16.c_str(), component, &output2,
    [all...]
gurl.cc 375 url_canon::CanonicalizeIPAddress(spec_.c_str(), parsed_.host,
  /external/chromium/net/proxy/
proxy_bypass_rules.cc 136 url_canon::CanonicalizeIPAddress(domain.c_str(), domain_comp,

Completed in 140 milliseconds