OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kEnablePixelOutputInTests
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/ui/compositor/
compositor_switches.h
13
COMPOSITOR_EXPORT extern const char
kEnablePixelOutputInTests
[];
compositor_switches.cc
16
const char
kEnablePixelOutputInTests
[] = "enable-pixel-output-in-tests";
/external/chromium_org/ui/compositor/test/
context_factories_for_test.cc
28
if (command_line->HasSwitch(switches::
kEnablePixelOutputInTests
))
/external/chromium_org/chrome/browser/chromeos/login/
screenshot_testing_mixin.cc
28
command_line->AppendSwitch(switches::
kEnablePixelOutputInTests
);
screenshot_tester.cc
49
if (!command_line.HasSwitch(::switches::
kEnablePixelOutputInTests
) ||
/external/chromium_org/content/browser/compositor/
image_transport_factory.cc
42
if (command_line->HasSwitch(switches::
kEnablePixelOutputInTests
))
/external/chromium_org/content/browser/devtools/
renderer_overrides_handler_browsertest.cc
103
command_line->AppendSwitch(switches::
kEnablePixelOutputInTests
);
/external/chromium_org/content/public/test/
browser_test_base.cc
198
if (command_line->HasSwitch(switches::
kEnablePixelOutputInTests
))
203
"is chosen by tests. Use
kEnablePixelOutputInTests
"
Completed in 586 milliseconds