Home | History | Annotate | Download | only in browser

Lines Matching full:commandline

103 BrowserProcessImpl::BrowserProcessImpl(const CommandLine& command_line)
962 return !CommandLine::ForCurrentProcess()->HasSwitch(
1043 CommandLine* old_cl = CommandLine::ForCurrentProcess();
1044 scoped_ptr<CommandLine> new_cl(new CommandLine(old_cl->GetProgram()));
1046 std::map<std::string, CommandLine::StringType> switches =
1053 for (std::map<std::string, CommandLine::StringType>::const_iterator i =
1055 CommandLine::StringType switch_value = i->second;