HomeSort by relevance Sort by last modified time
    Searched defs:IsStandard (Results 1 - 3 of 3) sorted by null

  /external/chromium/googleurl/src/
url_util.h 114 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,
123 return IsStandard(spec, scheme);
gurl.cc 277 if (!is_valid_ || !IsStandard())
293 if (!is_valid_ || !IsStandard())
314 bool GURL::IsStandard() const {
315 return url_util::IsStandard(spec_.data(), parsed_.scheme);
334 if (int_port == url_parse::PORT_UNSPECIFIED && IsStandard())
url_util.cc 391 bool IsStandard(const char* spec, const url_parse::Component& scheme) {
395 bool IsStandard(const char16* spec, const url_parse::Component& scheme) {

Completed in 194 milliseconds