Searched defs:IsStandard (Results 1 - 6 of 6) sorted by relevance

/external/chromium/googleurl/src/
H A Durl_util.h114 GURL_API bool IsStandard(const char* spec,
116 GURL_API bool IsStandard(const char16* spec,
121 inline bool IsStandard(const char* spec, int spec_len, function in namespace:url_util
123 return IsStandard(spec, scheme);
H A Dgurl.cc277 if (!is_valid_ || !IsStandard())
293 if (!is_valid_ || !IsStandard())
314 bool GURL::IsStandard() const { function in class:GURL
315 return url_util::IsStandard(spec_.data(), parsed_.scheme);
334 if (int_port == url_parse::PORT_UNSPECIFIED && IsStandard())
H A Durl_util.cc391 bool IsStandard(const char* spec, const url_parse::Component& scheme) { function in namespace:url_util
395 bool IsStandard(const char16* spec, const url_parse::Component& scheme) { function in namespace:url_util
/external/chromium_org/url/
H A Durl_util.h89 URL_EXPORT bool IsStandard(const char* spec,
91 URL_EXPORT bool IsStandard(const base::char16* spec,
96 inline bool IsStandard(const char* spec, int spec_len, function in namespace:url_util
98 return IsStandard(spec, scheme);
H A Dgurl.cc307 if (!is_valid_ || !IsStandard())
326 if (!is_valid_ || !IsStandard())
347 bool GURL::IsStandard() const { function in class:GURL
348 return url_util::IsStandard(spec_.data(), parsed_.scheme);
375 if (int_port == url_parse::PORT_UNSPECIFIED && IsStandard())
H A Durl_util.cc410 bool IsStandard(const char* spec, const url_parse::Component& scheme) { function in namespace:url_util
414 bool IsStandard(const base::char16* spec, const url_parse::Component& scheme) { function in namespace:url_util

Completed in 5120 milliseconds