OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:launch_arguments_
(Results
1 - 20
of
20
) sorted by null
/external/chromium/chrome/browser/
locale_tests_uitest.cc
35
launch_arguments_
.AppendSwitchASCII("lang", "da");
49
launch_arguments_
.AppendSwitchASCII("lang", "he");
60
launch_arguments_
.AppendSwitchASCII("lang", "zh-TW");
sanity_uitest.cc
60
launch_arguments_
.AppendSwitchASCII(switches::kTryChromeAgain, "10001");
media_uitest.cc
21
&
launch_arguments_
,
27
launch_arguments_
.AppendSwitch(switches::kDisableAcceleratedCompositing);
unload_uitest.cc
100
launch_arguments_
.AppendSwitch(switches::kDisablePopupBlocking);
/external/chromium_org/chrome/test/ui/
ui_perf_test.cc
18
launch_arguments_
.AppendSwitch(switches::kDisableBackgroundNetworking);
22
launch_arguments_
.AppendSwitch(switches::kAllowOutdatedPlugins);
50
launch_arguments_
.AppendSwitch(switches::kEnableChromiumBranding);
ui_test.cc
79
:
launch_arguments_
(CommandLine::NO_PROGRAM),
95
:
launch_arguments_
(CommandLine::NO_PROGRAM),
164
command.AppendArguments(
launch_arguments_
, false);
179
test_launcher_utils::PrepareBrowserCommandLineForTests(&
launch_arguments_
);
182
launch_arguments_
.AppendSwitch(switches::kWaitForDebugger);
186
launch_arguments_
.AppendSwitch(switches::kEnableFileCookies);
188
launch_arguments_
.AppendSwitch(switches::kDomAutomationController);
190
launch_arguments_
.AppendSwitch(switches::kStatsCollectionController);
192
launch_arguments_
.AppendSwitchASCII(
198
if (!
launch_arguments_
.HasSwitch(switches::kHomePage)
[
all
...]
ui_test.h
18
// arguments should set the value of
launch_arguments_
in their constructors.
245
// Starts the browser using the arguments in
launch_arguments_
, and
282
CommandLine
launch_arguments_
;
member in class:UITestBase
/external/chromium_org/chrome/test/perf/
memory_test.cc
57
launch_arguments_
.AppendSwitch(switches::kDisablePlugins);
59
launch_arguments_
.AppendSwitch(switches::kEnableLogging);
66
launch_arguments_
.AppendSwitchASCII(switches::kForceGpuMemAvailableMb,
78
launch_arguments_
.AppendSwitch(switches::kPlaybackMode);
79
launch_arguments_
.AppendSwitch(switches::kNoEvents);
80
launch_arguments_
.AppendSwitch(switches::kDisableGpuShaderDiskCache);
98
launch_arguments_
.AppendSwitch(switches::kRecordMode);
99
launch_arguments_
.AppendSwitch(switches::kNoEvents);
104
launch_arguments_
.AppendSwitchPath(switches::kUserDataDir, user_data_dir_);
startup_test.cc
65
launch_arguments_
.AppendArgPath(file_url);
73
launch_arguments_
.AppendSwitchPath(switches::kProfilingOutputFile,
93
launch_arguments_
.AppendArg(file_url.spec());
198
CommandLine launch_arguments_without_trace_file(
launch_arguments_
);
359
if (
launch_arguments_
.HasSwitch(switches::kEnableChromiumBranding)) {
367
launch_arguments_
= new_launch_arguments;
tab_switching_test.cc
182
launch_arguments_
.AppendSwitch(switches::kEnableLogging);
183
launch_arguments_
.AppendSwitchASCII(switches::kLoggingLevel, "0");
dom_checker_uitest.cc
50
launch_arguments_
.AppendSwitch(switches::kDisablePopupBlocking);
/external/chromium_org/chrome/test/perf/frame_rate/
frame_rate_tests.cc
95
launch_arguments_
.AppendSwitch(switches::kEnableBenchmarking);
101
launch_arguments_
.AppendSwitch(switches::kAllowWebUICompositing);
107
launch_arguments_
.AppendSwitch(switches::kAllowFileAccessFromFiles);
110
launch_arguments_
.AppendSwitch(switches::kDisableAcceleratedCompositing);
111
launch_arguments_
.AppendSwitch(switches::kDisableExperimentalWebGL);
112
launch_arguments_
.AppendSwitch(switches::kDisableAccelerated2dCanvas);
116
launch_arguments_
.AppendSwitch(switches::kDisableGpuVsync);
/external/chromium/chrome/common/
logging_chrome_uitest.cc
88
launch_arguments_
.AppendSwitch(switches::kRendererAssertTest);
123
launch_arguments_
.AppendSwitch(switches::kRendererCheckFalseTest);
154
launch_arguments_
.AppendSwitch(switches::kRendererCrashTest);
/external/chromium/chrome/browser/ui/tests/
browser_uitest.cc
208
launch_arguments_
.AppendSwitch(switches::kDisablePopupBlocking);
255
launch_arguments_
.AppendSwitch(switches::kKioskMode);
289
launch_arguments_
.AppendSwitchPath(switches::kUserDataDir, tmp_profile);
317
launch_arguments_
.AppendSwitchASCII(switches::kApp, test_file_url.spec());
339
launch_arguments_
.AppendSwitch(switches::kKeepAliveForTest);
365
launch_arguments_
.AppendSwitch(switches::kNoStartupWindow);
366
launch_arguments_
.AppendSwitch(switches::kKeepAliveForTest);
/external/chromium/chrome/browser/ui/webui/
print_preview_ui_uitest.cc
23
launch_arguments_
.AppendSwitch(switches::kEnablePrintPreview);
new_tab_ui_uitest.cc
114
launch_arguments_
.AppendSwitch(switches::kProcessPerTab);
/external/chromium_org/chrome/test/pyautolib/
pyautolib.cc
96
launch_arguments_
.AppendSwitchASCII(switches::kHomePage, homepage_);
/external/chromium/chrome/browser/sessions/
session_restore_uitest.cc
42
launch_arguments_
.AppendSwitchASCII(switches::kRestoreLastSession,
353
CommandLine app_launch_arguments =
launch_arguments_
;
/external/chromium/chrome/browser/prefs/
pref_service_uitest.cc
60
launch_arguments_
.AppendSwitchPath(switches::kUserDataDir, tmp_profile);
/external/chromium/chrome/browser/printing/
printing_layout_uitest.cc
29
launch_arguments_
.AppendSwitchPath("debug-print", emf_path_);
Completed in 1818 milliseconds