Searched refs:GetProgram (Results 1 – 16 of 16) sorted by relevance
54 cl.GetProgram().value()); in TEST()109 EXPECT_TRUE(cl.GetProgram().empty()); in TEST()168 EXPECT_EQ(cl1.GetProgram().value(), cl2.GetProgram().value()); in TEST()177 EXPECT_EQ(c1.GetProgram().value(), c2.GetProgram().value()); in TEST()191 EXPECT_EQ(kProgram.value(), cl.GetProgram().value()); in TEST()195 CommandLine::StringType program(cl.GetProgram().value()); in TEST()
237 FilePath CommandLine::GetProgram() const { in GetProgram() function in CommandLine395 DCHECK(!include_program || !other.GetProgram().empty()); in AppendArguments()406 DCHECK_EQ(include_program, !other.GetProgram().empty()); in AppendArguments()
92 FilePath GetProgram() const;
27 CommandLine import_cmd(cmdline.GetProgram()); in ImportBookmarks()
315 CommandLine import_cmd(cmdline.GetProgram()); in ImportSettings()
270 IList<RewriteOperation> rewrites = GetProgram(programName); in InsertBefore()296 IList<RewriteOperation> rewrites = GetProgram(programName); in Replace()348 protected virtual IList<RewriteOperation> GetProgram(string name) { in GetProgram() method in Antlr.Runtime.TokenRewriteStream
307 IList<RewriteOperation> rewrites = GetProgram( programName ); in InsertBefore()339 IList<RewriteOperation> rewrites = GetProgram( programName ); in Replace()401 protected virtual IList<RewriteOperation> GetProgram( string name ) in GetProgram() method in Antlr.Runtime.TokenRewriteStream
210 scoped_ptr<CommandLine> new_cl(new CommandLine(old_cl.GetProgram())); in Shutdown()
298 if (!uninstall_cmd.GetProgram().empty()) { in CheckMachineLevelInstall()
356 GetShortPathName(command_line.GetProgram().value().c_str(), in IsDefaultBrowser()
1044 scoped_ptr<CommandLine> new_cl(new CommandLine(old_cl->GetProgram())); in RestartPersistentInstance()
838 FilePath binary = CommandLine::ForCurrentProcess()->GetProgram(); in AboutLinuxProxyConfig()
404 CommandLine command_line(browser_command_line.GetProgram()); in CompleteOffTheRecordLogin()
714 cmd_line->GetProgram().value().c_str(), in StartProcessWithAccess()
244 base::SysUTF8ToNSString(cmd_line->GetProgram().value());
2739 function GetProgram(const Name: String): IList<IRewriteOperation>; virtual;5893 function TTokenRewriteStream.GetProgram( in GetProgram() function5966 GetProgram(ProgramName).Add(Op);5999 Rewrites := GetProgram(ProgramName);