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

/external/chromium_org/url/
H A Durl_util.h90 URL_EXPORT bool IsStandard(const char* spec, const Component& scheme);
91 URL_EXPORT bool IsStandard(const base::char16* spec, const Component& scheme);
95 inline bool IsStandard(const char* spec, function in namespace:url
98 return IsStandard(spec, scheme);
H A Dgurl.cc308 if (!is_valid_ || !IsStandard())
339 if (!is_valid_ || !IsStandard())
360 bool GURL::IsStandard() const { function in class:GURL
361 return url::IsStandard(spec_.data(), parsed_.scheme);
388 if (int_port == url::PORT_UNSPECIFIED && IsStandard())
H A Durl_util.cc398 bool IsStandard(const char* spec, const Component& scheme) { function in namespace:url
402 bool IsStandard(const base::char16* spec, const Component& scheme) { function in namespace:url

Completed in 1779 milliseconds