HomeSort by relevance Sort by last modified time
    Searched refs:ShutdownType (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/
browser_shutdown.h 17 enum ShutdownType {
32 void OnShutdownStarting(ShutdownType type);
35 ShutdownType GetShutdownType();
browser_shutdown.cc 67 ShutdownType shutdown_type_ = NOT_VALID;
81 ShutdownType GetShutdownType() {
85 void OnShutdownStarting(ShutdownType type) {
263 ShutdownType type,
309 ShutdownType type =
310 static_cast<ShutdownType>(prefs->GetInteger(prefs::kShutdownType));

Completed in 41 milliseconds