Home
last modified time | relevance | path

Searched refs:ShutdownType (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/
Dbrowser_shutdown.h12 enum ShutdownType { enum
27 void OnShutdownStarting(ShutdownType type);
30 ShutdownType GetShutdownType();
Dbrowser_shutdown.cc69 ShutdownType shutdown_type_ = NOT_VALID;
75 const char* ToShutdownTypeString(ShutdownType type) { in ToShutdownTypeString()
98 ShutdownType GetShutdownType() { in GetShutdownType()
102 void OnShutdownStarting(ShutdownType type) { in OnShutdownStarting()
271 void ReadLastShutdownFile(ShutdownType type, in ReadLastShutdownFile()
317 ShutdownType type = in ReadLastShutdownInfo()
318 static_cast<ShutdownType>(prefs->GetInteger(prefs::kShutdownType)); in ReadLastShutdownInfo()