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

  /external/chromium/chrome/browser/first_run/
first_run_gtk.cc 27 CommandLine import_cmd(cmdline.GetProgram());
first_run_win.cc 315 CommandLine import_cmd(cmdline.GetProgram());
  /external/chromium/base/
command_line_unittest.cc 54 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());
command_line.h 92 FilePath GetProgram() const;
command_line.cc 237 FilePath CommandLine::GetProgram() const {
395 DCHECK(!include_program || !other.GetProgram().empty());
406 DCHECK_EQ(include_program, !other.GetProgram().empty());
  /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/chrome/browser/
browser_shutdown.cc 210 scoped_ptr<CommandLine> new_cl(new CommandLine(old_cl.GetProgram()));
browser_main_win.cc 298 if (!uninstall_cmd.GetProgram().empty()) {
shell_integration_win.cc 356 GetShortPathName(command_line.GetProgram().value().c_str(),
browser_process_impl.cc     [all...]
browser_about_handler.cc 838 FilePath binary = CommandLine::ForCurrentProcess()->GetProgram();
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
login_utils.cc 404 CommandLine command_line(browser_command_line.GetProgram());
  /external/chromium/chrome/common/
sandbox_policy.cc 714 cmd_line->GetProgram().value().c_str(),
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas     [all...]

Completed in 110 milliseconds