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

  /external/chromium/googleurl/src/
url_canon_ip.h 58 GURL_API bool FindIPv4Components(const char* spec,
61 GURL_API bool FindIPv4Components(const char16* spec,
url_canon_ip.cc 115 // The input is assumed to be ASCII. FindIPv4Components should have stripped
212 if (!FindIPv4Components(spec, host, components))
673 bool FindIPv4Components(const char* spec,
679 bool FindIPv4Components(const char16* spec,
  /external/chromium_org/url/
url_canon_ip.h 41 URL_EXPORT bool FindIPv4Components(const char* spec,
44 URL_EXPORT bool FindIPv4Components(const base::char16* spec,
url_canon_ip.cc 90 // The input is assumed to be ASCII. FindIPv4Components should have stripped
167 if (!FindIPv4Components(spec, host, components))
642 bool FindIPv4Components(const char* spec,
648 bool FindIPv4Components(const base::char16* spec,

Completed in 3580 milliseconds