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

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

Completed in 734 milliseconds