/external/chromium_org/ash/system/date/ |
D | date_default_view.cc | 33 shutdown_(NULL), in DateDefaultView() 67 shutdown_ = new TrayPopupHeaderButton(this, in DateDefaultView() 73 shutdown_->SetTooltipText( in DateDefaultView() 75 view->AddButton(shutdown_); in DateDefaultView() 113 } else if (sender == shutdown_) { in ButtonPressed()
|
D | date_default_view.h | 39 TrayPopupHeaderButton* shutdown_; variable
|
/external/chromium_org/extensions/browser/ |
D | content_verifier.cc | 25 : shutdown_(false), in ContentVerifier() 45 shutdown_ = true; in Shutdown() 90 if (shutdown_) in VerifyFailed() 136 if (shutdown_) in OnExtensionLoaded() 171 if (shutdown_) in OnExtensionUnloaded() 193 if (shutdown_) in OnFetchComplete()
|
D | content_verifier.h | 88 bool shutdown_; variable
|
/external/chromium_org/chrome/browser/history/ |
D | in_memory_url_index.cc | 102 shutdown_(false), in InMemoryURLIndex() 123 shutdown_(false), in InMemoryURLIndex() 142 shutdown_ = true; in ShutDown() 269 if (!GetCacheFilePath(&path) || shutdown_) { in PostRestoreFromCacheFileTask() 296 if (!GetCacheFilePath(&path) || shutdown_) in OnCacheLoadDone()
|
D | in_memory_url_index.h | 291 bool shutdown_; variable
|
/external/chromium_org/cc/resources/ |
D | task_graph_runner.cc | 146 shutdown_(false) {} in TaskGraphRunner() 182 DCHECK(!shutdown_); in ScheduleTasks() 343 DCHECK(!shutdown_); in Shutdown() 344 shutdown_ = true; in Shutdown() 357 if (shutdown_) in Run()
|
D | pixel_buffer_raster_worker_pool.cc | 131 shutdown_(false), in PixelBufferRasterWorkerPool() 164 shutdown_ = true; in Shutdown() 392 shutdown_ || tasks_that_should_be_forced_to_complete.any(); in CheckForCompletedUploads() 408 if (shutdown_ || in CheckForCompletedUploads()
|
D | pixel_buffer_raster_worker_pool.h | 106 bool shutdown_; variable
|
D | task_graph_runner.h | 225 bool shutdown_; variable
|
/external/chromium_org/net/ocsp/ |
D | nss_ocsp.cc | 97 shutdown_ = false; in ReuseForTesting() 112 bool shutdown_; // Protected by |lock_|. member in net::__anon8af2aef80111::OCSPIOLoop 494 : shutdown_(false), in OCSPIOLoop() 506 DCHECK(shutdown_); in ~OCSPIOLoop() 523 shutdown_ = true; in Shutdown()
|
/external/chromium_org/base/synchronization/ |
D | condition_variable_unittest.cc | 141 bool shutdown_; // Set when threads need to terminate. member in base::__anon7240408c0111::WorkQueue 505 shutdown_(false) { in WorkQueue() 570 return shutdown_; in shutdown() 667 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_org/chrome/browser/net/ |
D | predictor.h | 289 shutdown_ = shutdown; in SetShutdown() 539 bool shutdown_; variable
|
D | predictor.cc | 144 shutdown_(false), in Predictor() 162 DCHECK(shutdown_); in ~Predictor() 402 DCHECK(!shutdown_); in Shutdown() 403 shutdown_ = true; in Shutdown() 1042 if (shutdown_) in AppendToResolutionQueue()
|