OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:new_command_line
(Results
1 - 13
of
13
) sorted by null
/external/chromium/chrome/browser/first_run/
upgrade_util.cc
18
void SetNewCommandLine(CommandLine*
new_command_line
) {
19
command_line =
new_command_line
;
upgrade_util.h
13
void SetNewCommandLine(CommandLine*
new_command_line
);
/external/chromium_org/chrome/browser/first_run/
upgrade_util.cc
18
void SetNewCommandLine(CommandLine*
new_command_line
) {
19
command_line =
new_command_line
;
upgrade_util.h
50
void SetNewCommandLine(CommandLine*
new_command_line
);
/external/chromium_org/chrome/browser/printing/cloud_print/test/
cloud_print_policy_browsertest.cc
41
CommandLine
new_command_line
(GetCommandLineForRelaunch());
42
new_command_line
.AppendArgPath(test_file_path);
50
base::LaunchProcess(
new_command_line
, base::LaunchOptions(), &handle);
67
CommandLine
new_command_line
(GetCommandLineForRelaunch());
68
new_command_line
.AppendSwitch(switches::kCheckCloudPrintConnectorPolicy);
73
new_command_line
.AppendSwitchASCII(
79
base::LaunchProcess(
new_command_line
, base::LaunchOptions(), &handle);
/external/chromium_org/chrome/browser/
chrome_main_browsertest.cc
34
void Relaunch(const CommandLine&
new_command_line
) {
35
base::LaunchProcess(
new_command_line
, base::LaunchOptions(), NULL);
63
CommandLine
new_command_line
(GetCommandLineForRelaunch());
64
new_command_line
.AppendArgPath(test_file_path);
68
Relaunch(
new_command_line
);
93
CommandLine
new_command_line
(GetCommandLineForRelaunch());
94
new_command_line
.AppendSwitch(switches::kIncognito);
95
new_command_line
.AppendArgPath(test_file_path);
97
Relaunch(
new_command_line
);
101
Relaunch(
new_command_line
);
[
all
...]
user_data_dir_extractor_win.cc
71
CommandLine
new_command_line
= parameters.command_line;
72
new_command_line
.AppendSwitchPath(switches::kUserDataDir,
74
base::LaunchProcess(
new_command_line
, base::LaunchOptions(), NULL);
about_flags_unittest.cc
242
CommandLine
new_command_line
(CommandLine::NO_PROGRAM);
243
ConvertFlagsToSwitches(&flags_storage_, &
new_command_line
, kAddSentinels);
245
EXPECT_FALSE(AreSwitchesIdenticalToCurrentCommandLine(
new_command_line
,
250
EXPECT_TRUE(AreSwitchesIdenticalToCurrentCommandLine(
new_command_line
,
260
EXPECT_FALSE(AreSwitchesIdenticalToCurrentCommandLine(
new_command_line
,
/external/chromium_org/chrome/test/base/
chrome_test_launcher.cc
70
CommandLine
new_command_line
(command_line->GetProgram());
78
new_command_line
.AppendSwitchNative((*iter).first, (*iter).second);
81
new_command_line
.AppendSwitchPath(switches::kUserDataDir, temp_data_dir);
84
new_command_line
.AppendSwitch(switches::kAllowFileAccess);
86
*command_line =
new_command_line
;
in_process_browser_test.cc
353
CommandLine
new_command_line
(CommandLine::ForCurrentProcess()->GetProgram());
359
new_command_line
.AppendSwitch(content::kLaunchAsBrowser);
363
new_command_line
.AppendSwitchPath(switches::kUserDataDir, user_data_dir);
367
new_command_line
.AppendSwitchNative((*iter).first, (*iter).second);
369
return
new_command_line
;
/external/chromium/net/tools/dump_cache/
dump_cache.cc
93
CommandLine
new_command_line
= CommandLine::FromString(hacked_command_line);
local
96
new_command_line
.AppendSwitch(kSlave);
99
new_command_line
.AppendSwitchASCII(kPipe, WideToASCII(pipe_number));
100
if (!base::LaunchApp(
new_command_line
, false, false, NULL)) {
/external/chromium_org/base/test/launcher/
test_launcher.cc
442
CommandLine
new_command_line
(
453
new_command_line
,
901
CommandLine
new_command_line
(command_line.GetProgram());
909
new_command_line
.AppendSwitchNative((*iter).first, (*iter).second);
917
new_command_line
.PrependWrapper(ASCIIToWide(wrapper));
919
new_command_line
.PrependWrapper(wrapper);
922
return
new_command_line
;
[
all
...]
/external/chromium/chrome/browser/
browser_main.cc
842
CommandLine
new_command_line
= parameters.command_line_;
local
[
all
...]
Completed in 641 milliseconds