Home | History | Annotate | Download | only in child

Lines Matching refs:command_line

7 #include "base/command_line.h"
49 const CommandLine& command_line) {
52 if (command_line.HasSwitch(switches::kEnableExperimentalWebPlatformFeatures))
57 if (command_line.HasSwitch(switches::kDisableDatabases))
60 if (command_line.HasSwitch(switches::kDisableApplicationCache))
63 if (command_line.HasSwitch(switches::kDisableDesktopNotifications))
66 if (command_line.HasSwitch(switches::kDisableLocalStorage))
69 if (command_line.HasSwitch(switches::kDisableSessionStorage))
72 if (command_line.HasSwitch(switches::kDisableGeolocation))
75 if (command_line.HasSwitch(switches::kDisableWebKitMediaSource))
79 if (command_line.HasSwitch(switches::kDisableWebRTC)) {
84 if (!command_line.HasSwitch(switches::kEnableSpeechRecognition) ||
85 !command_line.HasSwitch(
91 if (command_line.HasSwitch(switches::kDisableWebAudio))
94 if (command_line.HasSwitch(switches::kDisableFullScreen))
97 if (command_line.HasSwitch(switches::kEnableEncryptedMedia))
100 if (command_line.HasSwitch(switches::kDisableLegacyEncryptedMedia))
103 if (command_line.HasSwitch(switches::kEnableWebAnimationsCSS))
106 if (command_line.HasSwitch(switches::kEnableWebAnimationsSVG))
109 if (command_line.HasSwitch(switches::kEnableWebMIDI))
115 !command_line.HasSwitch(switches::kDisableDeviceMotion));
117 if (command_line.HasSwitch(switches::kEnableDeviceMotion))
121 if (command_line.HasSwitch(switches::kDisableDeviceOrientation))
124 if (command_line.HasSwitch(switches::kDisableSpeechInput))
127 if (command_line.HasSwitch(switches::kDisableFileSystem))
130 if (command_line.HasSwitch(switches::kEnableExperimentalCanvasFeatures))
133 if (command_line.HasSwitch(switches::kEnableSpeechSynthesis))
136 if (command_line.HasSwitch(switches::kEnableWebGLDraftExtensions))
139 if (command_line.HasSwitch(switches::kEnableHTMLImports))
142 if (command_line.HasSwitch(switches::kEnableOverlayScrollbars))