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

1 2 3

  /external/chromium_org/win8/delegate_execute/
delegate_execute_util_unittest.cc 26 EXPECT_EQ(std::wstring(), cl.GetProgram().value());
33 EXPECT_EQ(std::wstring(), cl.GetProgram().value());
40 const base::FilePath this_exe(CommandLine::ForCurrentProcess()->GetProgram());
50 EXPECT_EQ(this_exe.value(), cl.GetProgram().value());
57 EXPECT_EQ(this_exe.value(), cl.GetProgram().value());
69 EXPECT_EQ(this_exe.value(), cl.GetProgram().value());
  /external/chromium_org/base/
command_line_unittest.cc 60 cl.GetProgram().value());
125 cl.GetProgram().value());
172 EXPECT_TRUE(cl_from_string.GetProgram().empty());
178 EXPECT_TRUE(cl_from_argv.GetProgram().empty());
318 EXPECT_EQ(cl1.GetProgram().value(), cl2.GetProgram().value());
327 EXPECT_EQ(c1.GetProgram().value(), c2.GetProgram().value());
340 EXPECT_EQ(kProgram.value(), cl_program.GetProgram().value());
345 // Check that quotes are not returned from GetProgram()
    [all...]
command_line.h 111 FilePath GetProgram() const;
command_line.cc 293 FilePath CommandLine::GetProgram() const {
408 SetProgram(other.GetProgram());
  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_process_launcher_win.cc 102 if (!command_line.GetProgram().IsAbsolute()) {
157 << command_line.GetProgram().MaybeAsASCII();
168 << command_line.GetProgram().MaybeAsASCII();
  /external/chromium_org/remoting/host/
host_main.cc 194 Usage(command_line->GetProgram());
219 Usage(command_line->GetProgram());
231 Usage(command_line->GetProgram());
  /external/chromium_org/apps/
load_and_launch_browsertest.cc 38 CommandLine new_cmdline(cmdline.GetProgram());
75 CommandLine new_cmdline(cmdline.GetProgram());
  /external/chromium_org/chrome/test/base/
chrome_test_launcher.cc 66 CommandLine new_command_line(command_line->GetProgram());
  /external/chromium_org/chrome/installer/test/
alternate_version_generator_main.cc 66 fwprintf(stderr, L"%s: %s", cmd_line.GetProgram().value().c_str(),
91 cmd_line.GetProgram().value().c_str());
  /external/chromium_org/mojo/shell/
child_process_host.cc 75 base::CommandLine child_command_line(parent_command_line->GetProgram());
  /external/chromium_org/chrome/browser/chromeos/login/screens/
error_screen.cc 72 CommandLine command_line(browser_command_line.GetProgram());
  /external/chromium_org/net/tools/dump_cache/
dump_cache.cc 98 command_line.GetProgram().value().c_str());
  /external/chromium_org/content/browser/
power_save_blocker_x11.cc 203 CommandLine::ForCurrentProcess()->GetProgram().value());
231 CommandLine::ForCurrentProcess()->GetProgram().value());
  /external/chromium_org/chrome/installer/util/
installation_validator.cc 223 cmd_line.GetProgram().value())) {
227 << cmd_line.GetProgram().value();
272 ValidateSetupPath(ctx, cmd_line.GetProgram(), name, is_valid);
301 ValidateSetupPath(ctx, cmd_line.GetProgram(), name, is_valid);
327 ValidateSetupPath(ctx, cmd_line.GetProgram(), name, is_valid);
564 ValidateSetupPath(ctx, command.GetProgram(),
590 ValidateSetupPath(ctx, command.GetProgram(), name, is_valid);
product.cc 89 if (!::CreateProcess(cmd.GetProgram().value().c_str(),
  /external/chromium_org/chrome/browser/ui/webui/
version_handler.cc 31 CommandLine::ForCurrentProcess()->GetProgram());
  /external/chromium_org/gpu/command_buffer/service/
program_manager_unittest.cc 61 Program* program1 = manager_.GetProgram(kClient1Id);
67 EXPECT_TRUE(manager_.GetProgram(kClient2Id) == NULL);
77 Program* program1 = manager_.GetProgram(kClient1Id);
84 program1 = manager_.GetProgram(kClient1Id);
479 const Program* program = manager_.GetProgram(kClientProgramId);
497 const Program* program = manager_.GetProgram(kClientProgramId);
511 const Program* program = manager_.GetProgram(kClientProgramId);
519 const Program* program = manager_.GetProgram(kClientProgramId);
591 const Program* program = manager_.GetProgram(kClientProgramId);
627 const Program* program = manager_.GetProgram(kClientProgramId)
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
TokenRewriteStream.cs 270 IList<RewriteOperation> rewrites = GetProgram(programName);
296 IList<RewriteOperation> rewrites = GetProgram(programName);
348 protected virtual IList<RewriteOperation> GetProgram(string name) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
TokenRewriteStream.cs 307 IList<RewriteOperation> rewrites = GetProgram( programName );
339 IList<RewriteOperation> rewrites = GetProgram( programName );
401 protected virtual IList<RewriteOperation> GetProgram( string name )
  /external/chromium_org/chrome/browser/
chrome_browser_main_win.cc 388 if (!uninstall_cmd.GetProgram().empty()) {
404 const base::FilePath setup_exe(uninstall_cmd.GetProgram());
process_singleton_posix_unittest.cc 168 CommandLine command_line(CommandLine::ForCurrentProcess()->GetProgram());
188 CommandLine command_line(CommandLine::ForCurrentProcess()->GetProgram());
browser_shutdown.cc 229 scoped_ptr<CommandLine> new_cl(new CommandLine(old_cl.GetProgram()));
  /external/chromium_org/remoting/host/win/
wts_session_process_delegate.cc 370 target_command_->GetProgram());
395 if (!LaunchProcessWithToken(command_line.GetProgram(),
  /external/chromium_org/base/process/
launch_win.cc 249 const string16 file = cmdline.GetProgram().value();
  /external/chromium_org/chrome/browser/chromeos/login/
login_utils.cc 318 CommandLine command_line(browser_command_line.GetProgram());

Completed in 1965 milliseconds

1 2 3