Home
last modified time | relevance | path

Searched refs:kFastStart (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/ui/app_list/
Dapp_list_service.cc55 return command_line.HasSwitch(switches::kFastStart) ? in GetStartupType()
/external/chromium_org/chrome/browser/
Dchrome_process_finder_win.cc161 command_line.AppendSwitch(switches::kFastStart); in AttemptToNotifyRunningChrome()
Dchrome_browser_main.cc456 if (command_line.HasSwitch(switches::kFastStart)) { in ProcessSingletonNotificationCallback()
/external/chromium_org/chrome/common/
Dchrome_switches.h197 extern const char kFastStart[];
Dchrome_switches.cc675 const char kFastStart[] = "fast-start"; variable