Home | History | Annotate | Download | only in common

Lines Matching defs:command_line

9 #include "base/command_line.h"
50 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
51 if (command_line.HasSwitch(switches::kProfilingFile))
52 profile_name = command_line.GetSwitchValueASCII(switches::kProfilingFile);
56 command_line.GetSwitchValueASCII(switches::kProcessType);
73 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
75 command_line.GetSwitchValueASCII(switches::kProfilingFlush);
128 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
130 command_line.GetSwitchValueASCII(switches::kProcessType);
158 if (command_line.HasSwitch(switches::kProfilingAtStart)) {
160 command_line.GetSwitchValueASCII(switches::kProfilingAtStart);
168 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
169 bool flush = command_line.HasSwitch(switches::kProfilingFlush);