Searched refs:kEnablePixelOutputInTests (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/ui/compositor/
H A Dcompositor_switches.cc16 const char kEnablePixelOutputInTests[] = "enable-pixel-output-in-tests"; member in namespace:switches
H A Dcompositor_switches.h13 COMPOSITOR_EXPORT extern const char kEnablePixelOutputInTests[];
/external/chromium_org/ui/compositor/test/
H A Dcontext_factories_for_test.cc28 if (command_line->HasSwitch(switches::kEnablePixelOutputInTests))
/external/chromium_org/chrome/browser/chromeos/login/
H A Dscreenshot_testing_mixin.cc28 command_line->AppendSwitch(switches::kEnablePixelOutputInTests);
H A Dscreenshot_tester.cc49 if (!command_line.HasSwitch(::switches::kEnablePixelOutputInTests) ||
/external/chromium_org/content/browser/compositor/
H A Dimage_transport_factory.cc42 if (command_line->HasSwitch(switches::kEnablePixelOutputInTests))
/external/chromium_org/content/browser/devtools/
H A Drenderer_overrides_handler_browsertest.cc103 command_line->AppendSwitch(switches::kEnablePixelOutputInTests);
/external/chromium_org/content/public/test/
H A Dbrowser_test_base.cc198 if (command_line->HasSwitch(switches::kEnablePixelOutputInTests))
203 "is chosen by tests. Use kEnablePixelOutputInTests "

Completed in 443 milliseconds