Searched refs:PARSE_ERROR_INVALID_PORT (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/extensions/common/
H A Durl_pattern.h75 PARSE_ERROR_INVALID_PORT, enumerator in enum:URLPattern::ParseResult
H A Durl_pattern_unittest.cc70 { "http://foo:/", URLPattern::PARSE_ERROR_INVALID_PORT, "*" },
72 { "http://*.foo:/", URLPattern::PARSE_ERROR_INVALID_PORT, "*" },
73 { "http://foo:com/", URLPattern::PARSE_ERROR_INVALID_PORT, "*" },
74 { "http://foo:123456/", URLPattern::PARSE_ERROR_INVALID_PORT, "*" },
75 { "http://foo:80:80/monkey", URLPattern::PARSE_ERROR_INVALID_PORT, "*" },
77 { "chrome://foo:1234/bar", URLPattern::PARSE_ERROR_INVALID_PORT, "*" },
H A Durl_pattern.cc261 return PARSE_ERROR_INVALID_PORT;

Completed in 90 milliseconds