Lines Matching refs:command_line
155 const CommandLine* command_line = CommandLine::ForCurrentProcess(); in IsLCDTextEnabled() local
156 if (command_line->HasSwitch(switches::kDisableLCDText)) in IsLCDTextEnabled()
158 else if (command_line->HasSwitch(switches::kEnableLCDText)) in IsLCDTextEnabled()
170 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); in CheckImplSidePaintingStatus() local
172 if (command_line.HasSwitch(switches::kDisableImplSidePainting)) in CheckImplSidePaintingStatus()
174 else if (command_line.HasSwitch(switches::kEnableImplSidePainting)) in CheckImplSidePaintingStatus()
185 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); in CheckGPURasterizationStatus() local
186 return command_line.HasSwitch(switches::kEnableGPURasterization); in CheckGPURasterizationStatus()
202 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); in IsMapImageEnabled() local
204 if (command_line.HasSwitch(switches::kDisableMapImage)) in IsMapImageEnabled()
206 else if (command_line.HasSwitch(switches::kEnableMapImage)) in IsMapImageEnabled()