Home | History | Annotate | Download | only in common

Lines Matching refs:command_line

8 #include "base/command_line.h"
20 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
21 if (command_line.HasSwitch(switches::kProfilingFile))
22 profile_name = command_line.GetSwitchValueASCII(switches::kProfilingFile);
26 command_line.GetSwitchValueASCII(switches::kProcessType);
43 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
45 command_line.GetSwitchValueASCII(switches::kProfilingFlush);
62 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
64 command_line.GetSwitchValueASCII(switches::kProcessType);
66 if (command_line.HasSwitch(switches::kProfilingAtStart)) {
68 command_line.GetSwitchValueASCII(switches::kProfilingAtStart);
76 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
77 bool flush = command_line.HasSwitch(switches::kProfilingFlush);
107 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
108 bool flush = command_line.HasSwitch(switches::kProfilingFlush);