Searched refs:kFastStart (Results 1 – 5 of 5) sorted by relevance
55 return command_line.HasSwitch(switches::kFastStart) ? in GetStartupType()
161 command_line.AppendSwitch(switches::kFastStart); in AttemptToNotifyRunningChrome()
456 if (command_line.HasSwitch(switches::kFastStart)) { in ProcessSingletonNotificationCallback()
197 extern const char kFastStart[];
675 const char kFastStart[] = "fast-start"; variable