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

/external/chromium/chrome/browser/
H A Dbrowser_shutdown.cc68 int shutdown_num_processes_; member in namespace:browser_shutdown
99 shutdown_num_processes_ = 0;
103 ++shutdown_num_processes_;
153 if (shutdown_type_ > NOT_VALID && shutdown_num_processes_ > 0) {
157 prefs->SetInteger(prefs::kShutdownNumProcesses, shutdown_num_processes_);
243 if (shutdown_type_ > NOT_VALID && shutdown_num_processes_ > 0) {
/external/chromium_org/chrome/browser/
H A Dbrowser_shutdown.cc73 int shutdown_num_processes_; member in namespace:browser_shutdown
109 shutdown_num_processes_ = 0;
114 ++shutdown_num_processes_;
144 if (shutdown_type_ > NOT_VALID && shutdown_num_processes_ > 0) {
148 prefs->SetInteger(prefs::kShutdownNumProcesses, shutdown_num_processes_);
243 if (shutdown_type_ > NOT_VALID && shutdown_num_processes_ > 0) {

Completed in 1432 milliseconds