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

/external/chromium/chrome/browser/
H A Dbrowser_shutdown.cc67 ShutdownType shutdown_type_ = NOT_VALID; member in namespace:browser_shutdown
82 return shutdown_type_;
86 if (shutdown_type_ != NOT_VALID)
89 shutdown_type_ = type;
153 if (shutdown_type_ > NOT_VALID && shutdown_num_processes_ > 0) {
156 prefs->SetInteger(prefs::kShutdownType, shutdown_type_);
195 shutdown_type_ != browser_shutdown::END_SESSION) {
243 if (shutdown_type_ > NOT_VALID && shutdown_num_processes_ > 0) {

Completed in 37 milliseconds