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 69 { "http://foo:/", URLPattern::PARSE_ERROR_INVALID_PORT, "*" },
71 { "http://*.foo:/", URLPattern::PARSE_ERROR_INVALID_PORT, "*" },
72 { "http://foo:com/", URLPattern::PARSE_ERROR_INVALID_PORT, "*" },
73 { "http://foo:123456/", URLPattern::PARSE_ERROR_INVALID_PORT, "*" },
74 { "http://foo:80:80/monkey", URLPattern::PARSE_ERROR_INVALID_PORT, "*" },
76 { "chrome://foo:1234/bar", URLPattern::PARSE_ERROR_INVALID_PORT, "*" },
url_pattern.cc 248 return PARSE_ERROR_INVALID_PORT;

Completed in 71 milliseconds