Lines Matching defs:command_line

7 #include "base/command_line.h"
61 const CommandLine& command_line) {
62 if (command_line.HasSwitch(switches::kEnableExperimentalWebPlatformFeatures))
67 if (command_line.HasSwitch(switches::kDisableDatabases))
70 if (command_line.HasSwitch(switches::kDisableApplicationCache))
73 if (command_line.HasSwitch(switches::kDisableDesktopNotifications))
76 if (command_line.HasSwitch(switches::kDisableNavigatorContentUtils))
79 if (command_line.HasSwitch(switches::kDisableLocalStorage))
82 if (command_line.HasSwitch(switches::kDisableSessionStorage))
85 if (command_line.HasSwitch(switches::kDisableMediaSource))
88 if (command_line.HasSwitch(switches::kDisableSharedWorkers))
92 if (command_line.HasSwitch(switches::kDisableWebRTC)) {
97 if (!command_line.HasSwitch(switches::kEnableSpeechRecognition))
101 if (command_line.HasSwitch(switches::kEnableServiceWorker))
108 !command_line.HasSwitch(switches::kDisableWebAudio) &&
111 if (command_line.HasSwitch(switches::kDisableWebAudio))
115 if (command_line.HasSwitch(switches::kEnableEncryptedMedia))
118 if (command_line.HasSwitch(switches::kDisablePrefixedEncryptedMedia))
121 if (command_line.HasSwitch(switches::kEnableWebAnimationsSVG))
124 if (command_line.HasSwitch(switches::kEnableWebMIDI))
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::kEnableWebGLImageChromium))
142 if (command_line.HasSwitch(switches::kEnableOverlayFullscreenVideo))
148 if (command_line.HasSwitch(switches::kEnableFastTextAutosizing))
151 if (command_line.HasSwitch(switches::kDisableFastTextAutosizing))
154 if (command_line.HasSwitch(switches::kDisableRepaintAfterLayout))
157 if (command_line.HasSwitch(switches::kEnableRepaintAfterLayout))
160 if (command_line.HasSwitch(switches::kEnableTargetedStyleRecalc))
163 if (command_line.HasSwitch(switches::kEnableBleedingEdgeRenderingFastPaths))
166 if (command_line.HasSwitch(switches::kEnablePreciseMemoryInfo))
169 if (command_line.HasSwitch(switches::kEnableLayerSquashing))