Home
last modified time | relevance | path

Searched refs:MaxAllowedPort (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/weborigin/
DSecurityOriginTest.cpp41 const int MaxAllowedPort = 65535; variable
45 int ports[] = { -100, -1, MaxAllowedPort + 1, 1000000 }; in TEST()
55 int ports[] = { 0, 80, 443, 5000, MaxAllowedPort }; in TEST()
DSecurityOrigin.cpp46 const int MaxAllowedPort = 65535; variable
500 if (port < 0 || port > MaxAllowedPort) in create()