HomeSort by relevance Sort by last modified time
    Searched refs:GetCommandLineString (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /external/chromium_org/chrome_frame/
chrome_launcher_unittest.cc 18 bad.GetCommandLineString().c_str()));
26 good.GetCommandLineString().c_str()));
30 no_params.GetCommandLineString().c_str()));
34 empty.GetCommandLineString().c_str()));
  /external/chromium_org/win8/test/
metro_registration_helper.cc 57 if (base::LaunchProcess(register_command.GetCommandLineString(),
68 << register_command.GetCommandLineString()
73 << register_command.GetCommandLineString() << " timed out.";
78 << register_command.GetCommandLineString();
  /external/chromium_org/chrome/common/
switch_utils_unittest.cc 21 EXPECT_FALSE(cmd_line.GetCommandLineString().empty());
44 EXPECT_FALSE(cmd_line.GetCommandLineString().empty());
service_process_util_linux.cc 83 autorun_command_line_->GetCommandLineString(),
  /external/chromium_org/base/
command_line_unittest.cc 49 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(), cl2.GetCommandLineString())
    [all...]
command_line.h 100 StringType GetCommandLineString() const;
  /external/chromium_org/chrome/service/
service_main.cc 38 << parameters.command_line.GetCommandLineString();
  /external/chromium_org/win8/delegate_execute/
delegate_execute_util.cc 45 string16 command_string(cmd_line.GetCommandLineString());
  /external/chromium_org/base/win/
startup_information_unittest.cc 65 this->MakeCmdLine("FireInheritedEvents", false).GetCommandLineString();
  /external/chromium_org/content/shell/browser/
shell_net_log.cc 27 CommandLine::ForCurrentProcess()->GetCommandLineString());
  /external/chromium_org/chrome/browser/media/
chrome_webrtc_audio_quality_browsertest.cc 217 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();
chrome_webrtc_apprtc_browsertest.cc 96 VLOG(1) << "Running " << command_line.GetCommandLineString();
151 VLOG(1) << "Running " << command_line.GetCommandLineString();
webrtc_browsertest_common.cc 96 VLOG(0) << "Running " << command_line.GetCommandLineString();
chrome_webrtc_video_quality_browsertest.cc 164 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/
installer_test_util.cc 162 << 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/
product_state_unittest.cc 274 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());
product.cc 92 std::wstring writable_command_line_string(cmd.GetCommandLineString());
97 PLOG(ERROR) << "Failed to launch: " << cmd.GetCommandLineString();
chrome_app_host_operations.cc 107 properties->set_arguments(app_host_args.GetCommandLineString());
  /external/chromium_org/chrome/browser/nacl_host/test/
gdb_debug_stub_browsertest.cc 46 LOG(INFO) << cmd.GetCommandLineString();
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_window_property_manager_win.cc 68 command_line_string = command_line.GetCommandLineString();
  /external/chromium_org/tools/gn/
function_exec_script.cc 86 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/
launch_win.cc 234 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/
daemon_controller_delegate_linux.cc 103 << command_line.GetCommandLineString();
110 << command_line.GetCommandLineString();
266 LOG(ERROR) << "Failed to run \"" << command_line.GetCommandLineString()
  /external/chromium_org/chrome/browser/
about_flags_unittest.cc 346 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/
renderer_main_platform_delegate_win.cc 107 DVLOG(1) << "Started renderer with " << command_line.GetCommandLineString();

Completed in 2304 milliseconds

1 2 3 4