Home | History | Annotate | Download | only in compositor

Lines Matching defs:command_line

11 #include "base/command_line.h"
93 CommandLine* command_line = CommandLine::ForCurrentProcess();
103 !command_line->HasSwitch(switches::kDisableGpuVsync);
106 !command_line->HasSwitch(cc::switches::kUIDisablePartialSwap);
114 command_line->HasSwitch(cc::switches::kUIShowCompositedLayerBorders);
116 command_line->HasSwitch(cc::switches::kUIShowFPSCounter);
118 command_line->HasSwitch(cc::switches::kUIShowLayerAnimationBounds);
120 command_line->HasSwitch(switches::kUIShowPaintRects);
122 command_line->HasSwitch(cc::switches::kUIShowPropertyChangedRects);
124 command_line->HasSwitch(cc::switches::kUIShowSurfaceDamageRects);
126 command_line->HasSwitch(cc::switches::kUIShowScreenSpaceRects);
128 command_line->HasSwitch(cc::switches::kUIShowReplicaScreenSpaceRects);
130 command_line->HasSwitch(cc::switches::kUIShowOccludingRects);
132 command_line->HasSwitch(cc::switches::kUIShowNonOccludingRects);
135 command_line->HasSwitch(cc::switches::kEnableGpuBenchmarking));