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

  /external/chromium_org/extensions/common/
url_pattern.h 74 PARSE_ERROR_INVALID_PORT,
url_pattern_unittest.cc 60 { "http://foo:/", URLPattern::PARSE_ERROR_INVALID_PORT, "*" },
62 { "http://*.foo:/", URLPattern::PARSE_ERROR_INVALID_PORT, "*" },
63 { "http://foo:com/", URLPattern::PARSE_ERROR_INVALID_PORT, "*" },
64 { "http://foo:123456/", URLPattern::PARSE_ERROR_INVALID_PORT, "*" },
65 { "http://foo:80:80/monkey", URLPattern::PARSE_ERROR_INVALID_PORT, "*" },
67 { "chrome://foo:1234/bar", URLPattern::PARSE_ERROR_INVALID_PORT, "*" },
url_pattern.cc 232 return PARSE_ERROR_INVALID_PORT;

Completed in 535 milliseconds