Lines Matching refs:switches
450 GetSwitchValueNative(switches::kPluginPath);
471 GetSwitchValueNative(switches::kPluginPath);
473 GetSwitchValueNative(switches::kTrustedPlugins);
549 switches::kDisableAltWinstation);
579 std::string type_str = cmd_line->GetSwitchValueASCII(switches::kProcessType);
580 if (type_str == switches::kRendererProcess) {
582 } else if (type_str == switches::kExtensionProcess) {
585 } else if (type_str == switches::kPluginProcess) {
587 } else if (type_str == switches::kWorkerProcess) {
589 } else if (type_str == switches::kNaClLoaderProcess) {
591 } else if (type_str == switches::kUtilityProcess) {
593 } else if (type_str == switches::kNaClBrokerProcess) {
595 } else if (type_str == switches::kGpuProcess) {
597 } else if (type_str == switches::kPpapiPluginProcess) {
617 in_sandbox = browser_command_line.HasSwitch(switches::kSafePlugins) ||
620 !browser_command_line.HasSwitch(switches::kDisableFlashSandbox));
626 (browser_command_line.HasSwitch(switches::kDisableGpuSandbox))) {
631 if (browser_command_line.HasSwitch(switches::kNoSandbox)) {
637 if (browser_command_line.HasSwitch(switches::kInProcessPlugins)) {
642 if (!browser_command_line.HasSwitch(switches::kDisable3DAPIs) &&
643 !browser_command_line.HasSwitch(switches::kDisableExperimentalWebGL) &&
644 browser_command_line.HasSwitch(switches::kInProcessWebGL)) {
650 if (browser_command_line.HasSwitch(switches::kChromeFrame)) {
651 if (!cmd_line->HasSwitch(switches::kChromeFrame)) {
652 cmd_line->AppendSwitch(switches::kChromeFrame);
683 if (type_str != switches::kRendererProcess) {