Home
last modified time | relevance | path

Searched refs:kExplicitlyAllowedPorts (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/common/
Dchrome_switches.h188 extern const char kExplicitlyAllowedPorts[];
Dchrome_switches.cc643 const char kExplicitlyAllowedPorts[] = "explicitly-allowed-ports"; variable
/external/chromium_org/chrome/browser/ui/startup/
Dstartup_browser_creator.cc498 if (command_line.HasSwitch(switches::kExplicitlyAllowedPorts)) { in ProcessCmdLineImpl()
500 command_line.GetSwitchValueASCII(switches::kExplicitlyAllowedPorts); in ProcessCmdLineImpl()