Searched refs:old_command_line_ (Results 1 – 2 of 2) sorted by relevance
86 : old_command_line_(CommandLine::NO_PROGRAM) { in TestClientInitializer()90 old_command_line_ = *CommandLine::ForCurrentProcess(); in OnTestStart()94 *CommandLine::ForCurrentProcess() = old_command_line_; in OnTestEnd()98 CommandLine old_command_line_; member in base::__anon9009c8a10111::TestClientInitializer
126 ResetCommandLineBetweenTests() : old_command_line_(CommandLine::NO_PROGRAM) { in ResetCommandLineBetweenTests()140 old_command_line_ = *CommandLine::ForCurrentProcess(); in OnTestStart()144 *CommandLine::ForCurrentProcess() = old_command_line_; in OnTestEnd()148 CommandLine old_command_line_; member in base::__anon144980170111::ResetCommandLineBetweenTests