Searched refs:old_cl (Results 1 – 2 of 2) sorted by relevance
209 CommandLine old_cl(*CommandLine::ForCurrentProcess()); in Shutdown() local210 scoped_ptr<CommandLine> new_cl(new CommandLine(old_cl.GetProgram())); in Shutdown()212 old_cl.GetSwitches(); in Shutdown()
1043 CommandLine* old_cl = CommandLine::ForCurrentProcess(); in RestartPersistentInstance() local1044 scoped_ptr<CommandLine> new_cl(new CommandLine(old_cl->GetProgram())); in RestartPersistentInstance()1047 old_cl->GetSwitches(); in RestartPersistentInstance()