Lines Matching refs:command_line

7 #include "base/command_line.h"
45 const base::CommandLine& command_line =
54 command_line.HasSwitch(switches::kDisableAccelerated2dCanvas) ||
64 command_line.HasSwitch(switches::kDisableGpuCompositing),
73 command_line.HasSwitch(switches::kDisableExperimentalWebGL),
80 command_line.HasSwitch(switches::kDisableFlash3d),
88 command_line.HasSwitch(switches::kDisableFlashStage3d),
98 command_line.HasSwitch(switches::kDisableFlashStage3d),
107 command_line.HasSwitch(switches::kDisableAcceleratedVideoDecode),
117 command_line.HasSwitch(switches::kDisableWebRtcHWEncoding),
127 command_line.HasSwitch(switches::kDisablePanelFitting),
167 const base::CommandLine& command_line =
171 if (command_line.HasSwitch(cc::switches::kDisablePinchVirtualViewport))
173 if (command_line.HasSwitch(cc::switches::kEnablePinchVirtualViewport))
184 const base::CommandLine& command_line =
194 enabled |= command_line.HasSwitch(switches::kEnableDelegatedRenderer);
195 enabled &= !command_line.HasSwitch(switches::kDisableDelegatedRenderer);
200 const base::CommandLine& command_line =
203 if (command_line.HasSwitch(switches::kDisableImplSidePainting))
205 else if (command_line.HasSwitch(switches::kEnableImplSidePainting))
207 else if (command_line.HasSwitch(
225 const base::CommandLine& command_line =
228 if (!command_line.HasSwitch(switches::kNumRasterThreads))
231 command_line.GetSwitchValueASCII(switches::kNumRasterThreads);
245 const base::CommandLine& command_line =
251 if (command_line.HasSwitch(switches::kDisableGpuRasterization))
253 else if (command_line.HasSwitch(switches::kEnableGpuRasterization))
264 const base::CommandLine& command_line =
270 return command_line.HasSwitch(switches::kForceGpuRasterization);
274 const base::CommandLine& command_line =
277 return command_line.HasSwitch(switches::kUseSurfaces);