/external/chromium_org/ash/system/date/ |
D | tray_date.cc | 61 shutdown_(NULL), in DateDefaultView() 93 shutdown_ = new TrayPopupHeaderButton(this, in DateDefaultView() 99 shutdown_->SetTooltipText( in DateDefaultView() 101 view->AddButton(shutdown_); in DateDefaultView() 137 } else if (sender == shutdown_) { in ButtonPressed() 149 TrayPopupHeaderButton* shutdown_; member in ash::internal::DateDefaultView
|
/external/chromium_org/chrome/browser/chromeos/extensions/ |
D | external_cache.cc | 53 shutdown_(false), in ExternalCache() 69 DCHECK(!shutdown_); in Shutdown() 70 shutdown_ = true; in Shutdown() 78 if (shutdown_) in UpdateExtensionsList() 96 if (shutdown_) in OnDamagedFileDetected() 138 if (shutdown_) in Observe() 159 if (shutdown_) in OnExtensionDownloadFailed() 180 if (shutdown_) in OnExtensionDownloadFinished() 213 if (shutdown_) in UpdateExtensionLoader() 246 if (shutdown_) in OnCacheStatusChecked() [all …]
|
D | external_cache.h | 186 bool shutdown_; variable
|
/external/chromium_org/cc/resources/ |
D | worker_pool.cc | 132 bool shutdown_; member in cc::WorkerPool::Inner 159 shutdown_(false) { in Inner() 181 DCHECK(shutdown_); in ~Inner() 193 DCHECK(!shutdown_); in Shutdown() 194 shutdown_ = true; in Shutdown() 212 DCHECK(graph->empty() || !shutdown_); in SetTaskGraph() 316 if (shutdown_ && pending_tasks_.empty()) in Run()
|
D | pixel_buffer_raster_worker_pool.cc | 97 shutdown_(false), in PixelBufferRasterWorkerPool() 109 DCHECK(shutdown_); in ~PixelBufferRasterWorkerPool() 117 shutdown_ = true; in Shutdown() 304 shutdown_ || client()->ShouldForceTasksRequiredForActivationToComplete(); in CheckForCompletedUploads() 315 if (shutdown_ || IsRasterTaskRequiredForActivation(task)) { in CheckForCompletedUploads()
|
D | pixel_buffer_raster_worker_pool.h | 65 bool shutdown_; variable
|
/external/chromium_org/chrome/browser/history/ |
D | in_memory_url_index.cc | 101 shutdown_(false), in InMemoryURLIndex() 121 shutdown_(false), in InMemoryURLIndex() 140 shutdown_ = true; in ShutDown() 241 if (!GetCacheFilePath(&path) || shutdown_) { in PostRestoreFromCacheFileTask() 267 if (!GetCacheFilePath(&path) || shutdown_) in OnCacheLoadDone()
|
D | in_memory_url_index.h | 279 bool shutdown_; variable
|
/external/chromium/chrome/browser/net/ |
D | predictor.cc | 106 shutdown_(false), in Predictor() 117 DCHECK(shutdown_); in ~Predictor() 122 DCHECK(!shutdown_); in Shutdown() 123 shutdown_ = true; in Shutdown() 464 if (shutdown_) in AppendToResolutionQueue()
|
D | predictor.h | 290 bool shutdown_; variable
|
/external/chromium/net/ocsp/ |
D | nss_ocsp.cc | 78 bool shutdown_; // Protected by |lock_|. member in __anonf6ce3b040111::OCSPIOLoop 455 : shutdown_(false), in OCSPIOLoop() 468 DCHECK(shutdown_); in ~OCSPIOLoop() 485 shutdown_ = true; in Shutdown() 516 if (shutdown_) in RemoveRequest()
|
/external/chromium_org/net/ocsp/ |
D | nss_ocsp.cc | 95 shutdown_ = false; in ReuseForTesting() 110 bool shutdown_; // Protected by |lock_|. member in net::__anon04cf542b0111::OCSPIOLoop 496 : shutdown_(false), in OCSPIOLoop() 508 DCHECK(shutdown_); in ~OCSPIOLoop() 525 shutdown_ = true; in Shutdown()
|
/external/chromium/third_party/libjingle/source/talk/session/tunnel/ |
D | tunnelsessionclient.cc | 103 : jid_(jid), session_manager_(manager), namespace_(ns), shutdown_(false) { in TunnelSessionClientBase() 108 shutdown_ = true; in ~TunnelSessionClientBase() 130 if (shutdown_) in OnSessionDestroy()
|
D | tunnelsessionclient.h | 104 bool shutdown_; variable
|
/external/chromium/base/synchronization/ |
D | condition_variable_unittest.cc | 140 bool shutdown_; // Set when threads need to terminate. member in base::__anon107bab180111::WorkQueue 488 shutdown_(false) { in WorkQueue() 553 return shutdown_; in shutdown() 654 shutdown_ = true; in SetShutdown()
|
/external/chromium_org/base/synchronization/ |
D | condition_variable_unittest.cc | 142 bool shutdown_; // Set when threads need to terminate. member in base::__anond952175f0111::WorkQueue 506 shutdown_(false) { in WorkQueue() 571 return shutdown_; in shutdown() 672 shutdown_ = true; in SetShutdown()
|
/external/chromium_org/third_party/libjingle/source/talk/session/tunnel/ |
D | tunnelsessionclient.cc | 106 : jid_(jid), session_manager_(manager), namespace_(ns), shutdown_(false) { in TunnelSessionClientBase() 111 shutdown_ = true; in ~TunnelSessionClientBase() 133 if (shutdown_) in OnSessionDestroy()
|
D | tunnelsessionclient.h | 104 bool shutdown_; variable
|
/external/chromium/chrome/browser/chromeos/login/ |
D | screen_locker.cc | 294 shutdown_(NULL) { in GrabWidget() 301 shutdown_ = screen_locker_->GetViewByID(VIEW_ID_SCREEN_LOCKER_SHUTDOWN); in Show() 330 DCHECK(shutdown_); in OnKeyEvent() 333 shutdown_->RequestFocus(); in OnKeyEvent() 336 if (!reverse && shutdown_->HasFocus()) { in OnKeyEvent() 397 views::View* shutdown_; member in __anon48bfe7780111::GrabWidget
|
/external/chromium_org/chrome/browser/net/ |
D | predictor.h | 280 shutdown_ = shutdown; in SetShutdown() 508 bool shutdown_; variable
|
D | predictor.cc | 267 shutdown_(false), in Predictor() 282 DCHECK(shutdown_); in ~Predictor() 516 DCHECK(!shutdown_); in Shutdown() 517 shutdown_ = true; in Shutdown() 1156 if (shutdown_) in AppendToResolutionQueue()
|
/external/chromium/net/base/ |
D | host_resolver_impl.cc | 914 shutdown_(false), in HostResolverImpl() 977 if (shutdown_) in Resolve() 1102 if (shutdown_) { in CancelRequest() 1172 shutdown_ = true; in Shutdown() 1458 DCHECK(!shutdown_); in OnIPAddressChanged() 1459 if (shutdown_) in OnIPAddressChanged()
|
D | host_resolver_impl.h | 265 bool shutdown_; variable
|