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

/external/chromium_org/ash/system/date/
H A Ddate_default_view.cc33 shutdown_(NULL),
67 shutdown_ = new TrayPopupHeaderButton(this,
73 shutdown_->SetTooltipText(
75 view->AddButton(shutdown_);
113 } else if (sender == shutdown_) {
H A Ddate_default_view.h39 TrayPopupHeaderButton* shutdown_; member in class:ash::DateDefaultView
/external/chromium_org/extensions/browser/
H A Dcontent_verifier.cc25 : shutdown_(false),
45 shutdown_ = true;
90 if (shutdown_)
136 if (shutdown_)
171 if (shutdown_)
193 if (shutdown_)
H A Dcontent_verifier.h88 bool shutdown_; member in class:extensions::ContentVerifier
/external/chromium_org/chrome/browser/history/
H A Din_memory_url_index.cc102 shutdown_(false),
123 shutdown_(false),
142 shutdown_ = true;
269 if (!GetCacheFilePath(&path) || shutdown_) {
296 if (!GetCacheFilePath(&path) || shutdown_)
H A Din_memory_url_index.h291 bool shutdown_; member in class:history::InMemoryURLIndex
/external/chromium_org/cc/resources/
H A Dtask_graph_runner.cc146 shutdown_(false) {}
182 DCHECK(!shutdown_);
343 DCHECK(!shutdown_);
344 shutdown_ = true;
357 if (shutdown_)
H A Dpixel_buffer_raster_worker_pool.h106 bool shutdown_; member in class:cc::PixelBufferRasterWorkerPool
H A Dpixel_buffer_raster_worker_pool.cc131 shutdown_(false),
164 shutdown_ = true;
392 shutdown_ || tasks_that_should_be_forced_to_complete.any();
408 if (shutdown_ ||
H A Dtask_graph_runner.h225 bool shutdown_; member in class:cc::TaskGraphRunner
/external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
H A Dtunnelsessionclient.cc106 : jid_(jid), session_manager_(manager), namespace_(ns), shutdown_(false) {
111 shutdown_ = true;
133 if (shutdown_)
H A Dtunnelsessionclient.h104 bool shutdown_; member in class:cricket::TunnelSessionClientBase
/external/chromium_org/base/synchronization/
H A Dcondition_variable_unittest.cc141 bool shutdown_; // Set when threads need to terminate. member in class:base::__anon2490::WorkQueue
505 shutdown_(false) {
570 return shutdown_;
667 shutdown_ = true;
/external/chromium_org/chrome/browser/net/
H A Dpredictor.h289 shutdown_ = shutdown;
539 bool shutdown_; member in class:chrome_browser_net::Predictor
H A Dpredictor.cc144 shutdown_(false),
162 DCHECK(shutdown_);
402 DCHECK(!shutdown_);
403 shutdown_ = true;
1042 if (shutdown_)
/external/chromium_org/net/ocsp/
H A Dnss_ocsp.cc97 shutdown_ = false;
112 bool shutdown_; // Protected by |lock_|. member in class:net::__anon9347::OCSPIOLoop
494 : shutdown_(false),
506 DCHECK(shutdown_);
523 shutdown_ = true;

Completed in 291 milliseconds