Lines Matching refs:command_line
20 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); in GetProfileName() local
21 if (command_line.HasSwitch(switches::kProfilingFile)) in GetProfileName()
22 profile_name = command_line.GetSwitchValueASCII(switches::kProfilingFile); in GetProfileName()
26 command_line.GetSwitchValueASCII(switches::kProcessType); in GetProfileName()
43 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); in FlushProfilingData() local
45 command_line.GetSwitchValueASCII(switches::kProfilingFlush); in FlushProfilingData()
62 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); in ProcessStarted() local
64 command_line.GetSwitchValueASCII(switches::kProcessType); in ProcessStarted()
66 if (command_line.HasSwitch(switches::kProfilingAtStart)) { in ProcessStarted()
68 command_line.GetSwitchValueASCII(switches::kProfilingAtStart); in ProcessStarted()
76 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); in Start() local
77 bool flush = command_line.HasSwitch(switches::kProfilingFlush); in Start()
107 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); in MainMessageLoopStarted() local
108 bool flush = command_line.HasSwitch(switches::kProfilingFlush); in MainMessageLoopStarted()