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

  /external/chromium/googleurl/src/
url_util.h 75 bool IsStandard(const char* spec, int spec_len,
77 bool IsStandard(const char16* spec, int spec_len,
gurl.cc 269 if (!is_valid_ || !IsStandard())
285 if (!is_valid_ || !IsStandard())
306 bool GURL::IsStandard() const {
307 return url_util::IsStandard(spec_.data(), static_cast<int>(spec_.length()),
327 if (int_port == url_parse::PORT_UNSPECIFIED && IsStandard())
url_util.cc 100 // "://", use IsStandard for that.
200 } else if (IsStandard(spec, spec_len, scheme)) {
242 IsStandard(base_spec, base_spec_len, base_parsed.scheme);
296 IsStandard(spec, spec_len, parsed.scheme)) ||
338 bool IsStandard(const char* spec, int spec_len,
343 bool IsStandard(const char16* spec, int spec_len,
gurl_unittest.cc 424 TEST(GURLTest, IsStandard) {
426 EXPECT_TRUE(a.IsStandard());
429 EXPECT_FALSE(b.IsStandard());
432 EXPECT_TRUE(c.IsStandard());
gurl.h 210 bool IsStandard() const;
  /external/webkit/WebCore/platform/
KURLGoogle.cpp     [all...]

Completed in 3157 milliseconds