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

  /external/chromium_org/ash/system/date/
date_default_view.cc 33 shutdown_(NULL),
67 shutdown_ = new TrayPopupHeaderButton(this,
73 shutdown_->SetTooltipText(
75 view->AddButton(shutdown_);
113 } else if (sender == shutdown_) {
date_default_view.h 39 TrayPopupHeaderButton* shutdown_; member in class:ash::DateDefaultView
  /external/chromium_org/extensions/browser/
content_verifier.cc 25 : shutdown_(false),
45 shutdown_ = true;
90 if (shutdown_)
136 if (shutdown_)
171 if (shutdown_)
193 if (shutdown_)
content_verifier.h 88 bool shutdown_; member in class:extensions::ContentVerifier
  /external/chromium_org/chrome/browser/history/
in_memory_url_index.cc 102 shutdown_(false),
123 shutdown_(false),
142 shutdown_ = true;
269 if (!GetCacheFilePath(&path) || shutdown_) {
296 if (!GetCacheFilePath(&path) || shutdown_)
in_memory_url_index.h 291 bool shutdown_; member in class:history::InMemoryURLIndex
  /external/chromium_org/cc/resources/
task_graph_runner.cc 146 shutdown_(false) {}
182 DCHECK(!shutdown_);
343 DCHECK(!shutdown_);
344 shutdown_ = true;
357 if (shutdown_)
pixel_buffer_raster_worker_pool.h 106 bool shutdown_; member in class:cc::PixelBufferRasterWorkerPool
pixel_buffer_raster_worker_pool.cc 131 shutdown_(false),
164 shutdown_ = true;
392 shutdown_ || tasks_that_should_be_forced_to_complete.any();
408 if (shutdown_ ||
task_graph_runner.h 225 bool shutdown_; member in class:cc::TaskGraphRunner
  /external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
tunnelsessionclient.h 104 bool shutdown_; member in class:cricket::TunnelSessionClientBase
tunnelsessionclient.cc 106 : jid_(jid), session_manager_(manager), namespace_(ns), shutdown_(false) {
111 shutdown_ = true;
133 if (shutdown_)
  /external/chromium_org/base/synchronization/
condition_variable_unittest.cc 141 bool shutdown_; // Set when threads need to terminate. member in class:base::__anon7115::WorkQueue
505 shutdown_(false) {
570 return shutdown_;
667 shutdown_ = true;
  /external/chromium_org/chrome/browser/net/
predictor.h 289 shutdown_ = shutdown;
539 bool shutdown_; member in class:chrome_browser_net::Predictor
predictor.cc 144 shutdown_(false),
162 DCHECK(shutdown_);
402 DCHECK(!shutdown_);
403 shutdown_ = true;
    [all...]
  /external/chromium_org/net/ocsp/
nss_ocsp.cc 97 shutdown_ = false;
112 bool shutdown_; // Protected by |lock_|. member in class:net::__anon13972::OCSPIOLoop
494 : shutdown_(false),
506 DCHECK(shutdown_);
523 shutdown_ = true;
    [all...]

Completed in 678 milliseconds