Home | History | Annotate | Download | only in profiles

Lines Matching defs:command_line

10 #include "base/command_line.h"
788 CommandLine* command_line = CommandLine::ForCurrentProcess();
790 command_line->HasSwitch(switches::kSupervisedUserId);
793 command_line->GetSwitchValueASCII(switches::kSupervisedUserId);
824 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
825 if (!command_line.HasSwitch(switches::kTestType)) {