Searched refs:GetCommandLineString (Results 1 - 25 of 76) sorted by relevance

1234

/external/chromium_org/win8/test/
H A Dmetro_registration_helper.cc57 if (base::LaunchProcess(register_command.GetCommandLineString(),
68 << register_command.GetCommandLineString()
73 << register_command.GetCommandLineString() << " timed out.";
78 << register_command.GetCommandLineString();
/external/chromium_org/chrome_frame/
H A Dchrome_launcher_unittest.cc18 bad.GetCommandLineString().c_str()));
26 good.GetCommandLineString().c_str()));
30 no_params.GetCommandLineString().c_str()));
34 empty.GetCommandLineString().c_str()));
/external/chromium_org/chrome/common/
H A Dswitch_utils_unittest.cc21 EXPECT_FALSE(cmd_line.GetCommandLineString().empty());
44 EXPECT_FALSE(cmd_line.GetCommandLineString().empty());
H A Dservice_process_util_linux.cc83 autorun_command_line_->GetCommandLineString(),
/external/chromium_org/base/
H A Dcommand_line_unittest.cc49 EXPECT_FALSE(cl.GetCommandLineString().empty());
114 EXPECT_FALSE(cl.GetCommandLineString().empty());
162 CommandLine cl_duplicate = CommandLine::FromString(cl.GetCommandLineString());
163 EXPECT_EQ(cl.GetCommandLineString(), cl_duplicate.GetCommandLineString());
171 EXPECT_TRUE(cl_from_string.GetCommandLineString().empty());
177 EXPECT_TRUE(cl_from_argv.GetCommandLineString().empty());
278 cl.GetCommandLineString());
294 cl.GetCommandLineString());
315 EXPECT_EQ(cl1.GetCommandLineString(), cl
[all...]
H A Dcommand_line.h100 StringType GetCommandLineString() const;
/external/chromium_org/chrome/service/
H A Dservice_main.cc38 << parameters.command_line.GetCommandLineString();
/external/chromium_org/win8/delegate_execute/
H A Ddelegate_execute_util.cc45 string16 command_string(cmd_line.GetCommandLineString());
/external/chromium_org/base/win/
H A Dstartup_information_unittest.cc65 this->MakeCmdLine("FireInheritedEvents", false).GetCommandLineString();
/external/chromium_org/content/shell/browser/
H A Dshell_net_log.cc27 CommandLine::ForCurrentProcess()->GetCommandLineString());
/external/chromium_org/chrome/browser/media/
H A Dchrome_webrtc_audio_quality_browsertest.cc217 VLOG(0) << "Running " << command_line.GetCommandLineString();
236 VLOG(0) << "Running " << command_line.GetCommandLineString();
253 VLOG(0) << "Running " << command_line.GetCommandLineString();
300 VLOG(0) << "Running " << command_line.GetCommandLineString();
347 VLOG(0) << "Running " << command_line.GetCommandLineString();
H A Dchrome_webrtc_apprtc_browsertest.cc96 VLOG(1) << "Running " << command_line.GetCommandLineString();
151 VLOG(1) << "Running " << command_line.GetCommandLineString();
H A Dwebrtc_browsertest_common.cc96 VLOG(0) << "Running " << command_line.GetCommandLineString();
H A Dchrome_webrtc_video_quality_browsertest.cc164 VLOG(0) << "Running " << pywebsocket_command.GetCommandLineString();
225 VLOG(0) << "Running " << converter_command.GetCommandLineString();
283 VLOG(0) << "Running " << compare_command.GetCommandLineString();
/external/chromium_org/chrome/test/mini_installer_test/
H A Dinstaller_test_util.cc162 << command.GetCommandLineString();
174 << command.GetCommandLineString();
191 LOG(INFO) << "Browser launch command: " << browser.GetCommandLineString();
270 LOG(INFO) << "Uninstall command: " << uninstall_cmd.GetCommandLineString();
289 << command.GetCommandLineString();
/external/chromium_org/chrome/installer/util/
H A Dproduct_state_unittest.cc274 EXPECT_TRUE(state.uninstall_command().GetCommandLineString().empty());
284 EXPECT_TRUE(state.uninstall_command().GetCommandLineString().empty());
295 state.uninstall_command().GetCommandLineString());
305 EXPECT_EQ(L"setup.exe", state.uninstall_command().GetCommandLineString());
316 state.uninstall_command().GetCommandLineString());
327 state.uninstall_command().GetCommandLineString());
H A Dproduct.cc92 std::wstring writable_command_line_string(cmd.GetCommandLineString());
97 PLOG(ERROR) << "Failed to launch: " << cmd.GetCommandLineString();
H A Dchrome_app_host_operations.cc107 properties->set_arguments(app_host_args.GetCommandLineString());
/external/chromium_org/chrome/browser/nacl_host/test/
H A Dgdb_debug_stub_browsertest.cc46 LOG(INFO) << cmd.GetCommandLineString();
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_window_property_manager_win.cc68 command_line_string = command_line.GetCommandLineString();
/external/chromium_org/tools/gn/
H A Dfunction_exec_script.cc86 base::FilePath::StringType cmdline_str(cmdline.GetCommandLineString());
343 g_scheduler->Log("Pythoning", UTF16ToUTF8(cmdline.GetCommandLineString()));
345 g_scheduler->Log("Pythoning", cmdline.GetCommandLineString());
384 "\nCommand: " + FilePathToUTF8(cmdline.GetCommandLineString()) +
/external/chromium_org/base/process/
H A Dlaunch_win.cc234 return LaunchProcess(cmdline.GetCommandLineString(), options, NULL);
237 bool rv = LaunchProcess(cmdline.GetCommandLineString(), options, &process);
253 return GetAppOutput(cl.GetCommandLineString(), output);
/external/chromium_org/remoting/host/setup/
H A Ddaemon_controller_delegate_linux.cc103 << command_line.GetCommandLineString();
110 << command_line.GetCommandLineString();
266 LOG(ERROR) << "Failed to run \"" << command_line.GetCommandLineString()
/external/chromium_org/chrome/browser/
H A Dabout_flags_unittest.cc346 command_line.GetCommandLineString().find(
350 command_line.GetCommandLineString().find(switch1_with_equals));
359 command_line.GetCommandLineString().find(
363 command_line.GetCommandLineString().find(switch2_with_equals));
/external/chromium_org/content/renderer/
H A Drenderer_main_platform_delegate_win.cc107 DVLOG(1) << "Started renderer with " << command_line.GetCommandLineString();

Completed in 725 milliseconds

1234