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

  /external/chromium_org/third_party/WebKit/Source/platform/weborigin/
SecurityOriginTest.cpp 41 const int MaxAllowedPort = 65535;
45 int ports[] = { -100, -1, MaxAllowedPort + 1, 1000000 };
55 int ports[] = { 0, 80, 443, 5000, MaxAllowedPort };
SecurityOrigin.cpp 46 const int MaxAllowedPort = 65535;
500 if (port < 0 || port > MaxAllowedPort)

Completed in 60 milliseconds