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/weborigin/
SecurityOriginTest.cpp 43 const int MaxAllowedPort = 65535;
47 int ports[] = { -100, -1, MaxAllowedPort + 1, 1000000 };
57 int ports[] = { 0, 80, 443, 5000, MaxAllowedPort };
SecurityOrigin.cpp 45 const int MaxAllowedPort = 65535;
447 if (port < 0 || port > MaxAllowedPort)

Completed in 658 milliseconds