Searched refs:GetProgram (Results 1 - 25 of 68) sorted by relevance

123

/external/chromium_org/win8/delegate_execute/
H A Ddelegate_execute_util_unittest.cc26 EXPECT_EQ(std::wstring(), cl.GetProgram().value());
32 EXPECT_EQ(std::wstring(), cl.GetProgram().value());
39 const base::FilePath this_exe(CommandLine::ForCurrentProcess()->GetProgram());
47 EXPECT_EQ(this_exe.value(), cl.GetProgram().value());
54 EXPECT_EQ(this_exe.value(), cl.GetProgram().value());
65 EXPECT_EQ(this_exe.value(), cl.GetProgram().value());
/external/chromium/chrome/browser/first_run/
H A Dfirst_run_gtk.cc27 CommandLine import_cmd(cmdline.GetProgram());
/external/chromium/base/
H A Dcommand_line_unittest.cc54 cl.GetProgram().value());
109 EXPECT_TRUE(cl.GetProgram().empty());
168 EXPECT_EQ(cl1.GetProgram().value(), cl2.GetProgram().value());
177 EXPECT_EQ(c1.GetProgram().value(), c2.GetProgram().value());
189 // Check that quotes are not returned from GetProgram().
191 EXPECT_EQ(kProgram.value(), cl.GetProgram().value());
195 CommandLine::StringType program(cl.GetProgram().value());
H A Dcommand_line.h92 FilePath GetProgram() const;
H A Dcommand_line.cc237 FilePath CommandLine::GetProgram() const { function in class:CommandLine
395 DCHECK(!include_program || !other.GetProgram().empty());
406 DCHECK_EQ(include_program, !other.GetProgram().empty());
/external/chromium_org/base/
H A Dcommand_line_unittest.cc60 cl.GetProgram().value());
125 cl.GetProgram().value());
172 EXPECT_TRUE(cl_from_string.GetProgram().empty());
178 EXPECT_TRUE(cl_from_argv.GetProgram().empty());
314 EXPECT_EQ(cl1.GetProgram().value(), cl2.GetProgram().value());
323 EXPECT_EQ(c1.GetProgram().value(), c2.GetProgram().value());
336 EXPECT_EQ(kProgram.value(), cl_program.GetProgram().value());
341 // Check that quotes are not returned from GetProgram()
[all...]
H A Dcommand_line.h111 base::FilePath GetProgram() const;
H A Dcommand_line.cc291 FilePath CommandLine::GetProgram() const { function in class:CommandLine
406 SetProgram(other.GetProgram());
/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dnative_process_launcher_win.cc88 if (!command_line.GetProgram().IsAbsolute()) {
143 << command_line.GetProgram().MaybeAsASCII();
154 << command_line.GetProgram().MaybeAsASCII();
/external/chromium_org/remoting/host/
H A Dhost_main.cc194 Usage(command_line->GetProgram());
234 Usage(command_line->GetProgram());
243 Usage(command_line->GetProgram());
/external/chromium_org/apps/
H A Dload_and_launch_browsertest.cc38 CommandLine new_cmdline(cmdline.GetProgram());
75 CommandLine new_cmdline(cmdline.GetProgram());
/external/chromium_org/chrome/test/mini_installer_test/
H A Drun_all_unittests.cc53 command_line.GetProgram().value().c_str());
H A Dinstaller_test_util.cc190 base::FilePath exe = browser.GetProgram();
261 uninstall_cmd.GetProgram().DirName().AppendASCII("chrome.7z").value();
281 if (!base::PathExists(command.GetProgram())) {
283 << command.GetProgram().MaybeAsASCII();
/external/chromium_org/chrome/installer/test/
H A Dalternate_version_generator_main.cc66 fwprintf(stderr, L"%s: %s", cmd_line.GetProgram().value().c_str(),
91 cmd_line.GetProgram().value().c_str());
/external/chromium_org/chrome/test/base/
H A Dchrome_test_launcher.cc70 CommandLine new_command_line(command_line->GetProgram());
/external/chromium_org/chrome_frame/test/
H A Dpolicy_settings_unittest.cc238 AdditionalLaunchParameters().GetProgram().empty());
256 EXPECT_NE(new_cmd_line.GetProgram(), additional_params.GetProgram());
/external/chromium_org/net/tools/dump_cache/
H A Ddump_cache.cc98 command_line.GetProgram().value().c_str());
/external/chromium_org/content/browser/
H A Dpower_save_blocker_x11.cc209 CommandLine::ForCurrentProcess()->GetProgram().value());
237 CommandLine::ForCurrentProcess()->GetProgram().value());
/external/chromium_org/chrome/installer/util/
H A Dinstallation_validator.cc223 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);
563 ValidateSetupPath(ctx, command.GetProgram(), ASCIIToUTF16("uninstaller"),
588 ValidateSetupPath(ctx, command.GetProgram(), name, is_valid);
H A Dproduct.cc93 if (!::CreateProcess(cmd.GetProgram().value().c_str(),
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DTokenRewriteStream.cs270 IList<RewriteOperation> rewrites = GetProgram(programName);
296 IList<RewriteOperation> rewrites = GetProgram(programName);
348 protected virtual IList<RewriteOperation> GetProgram(string name) { method in class:Antlr.Runtime.TokenRewriteStream
/external/chromium_org/chrome/browser/ui/webui/
H A Dversion_handler.cc31 CommandLine::ForCurrentProcess()->GetProgram());
/external/chromium_org/gpu/command_buffer/service/
H A Dprogram_manager_unittest.cc74 Program* program1 = manager_.GetProgram(kClient1Id);
80 EXPECT_TRUE(manager_.GetProgram(kClient2Id) == NULL);
90 Program* program1 = manager_.GetProgram(kClient1Id);
97 program1 = manager_.GetProgram(kClient1Id);
499 const Program* program = manager_.GetProgram(kClientProgramId);
517 const Program* program = manager_.GetProgram(kClientProgramId);
531 const Program* program = manager_.GetProgram(kClientProgramId);
539 const Program* program = manager_.GetProgram(kClientProgramId);
611 const Program* program = manager_.GetProgram(kClientProgramId);
647 const Program* program = manager_.GetProgram(kClientProgramI
[all...]
/external/chromium_org/chrome/installer/setup/
H A Dsetup_main.cc102 command_line.GetProgram().DirName().Append(
655 original_state, installer_state, cmd_line.GetProgram(), product,
734 if (!system_level_cmd.GetProgram().empty())
934 chrome_exe = cmd_line.GetProgram().DirName().Append(installer::kChromeExe);
1002 cmd_line.GetProgram(),
1186 cmd_line.GetProgram(), installer::REENTRY_SYS_UPDATE, true);
1361 uninstall_cmd.GetProgram(),
1438 cmd_line.GetProgram().DirName().Append(kChromeArchive);
1563 original_state, installer_state, cmd_line.GetProgram(),
1651 base::FilePath setup_path(cmd_line.GetProgram());
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DTokenRewriteStream.cs307 IList<RewriteOperation> rewrites = GetProgram( programName );
339 IList<RewriteOperation> rewrites = GetProgram( programName );
401 protected virtual IList<RewriteOperation> GetProgram( string name ) method in class:Antlr.Runtime.TokenRewriteStream

Completed in 816 milliseconds

123