Searched refs:shutting_down_ (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/third_party/webrtc/test/
H A Ddirect_transport.cc25 shutting_down_(false),
37 shutting_down_(false),
52 shutting_down_ = true;
95 return shutting_down_ ? false : true;
H A Ddirect_transport.h54 bool shutting_down_; member in class:webrtc::test::DirectTransport
/external/chromium_org/chrome/browser/media/
H A Dprotected_media_identifier_permission_context.cc37 : profile_(profile), shutting_down_(false) {}
54 if (shutting_down_)
155 shutting_down_ = true;
189 DCHECK(!shutting_down_);
220 if (shutting_down_)
H A Dprotected_media_identifier_permission_context.h96 bool shutting_down_; member in class:ProtectedMediaIdentifierPermissionContext
H A Dwebrtc_log_uploader.cc78 shutting_down_(false) {
85 DCHECK(shutting_down_);
92 DCHECK(!shutting_down_);
127 if (log_count_ < kLogCountLimit && !shutting_down_) {
204 DCHECK(!shutting_down_);
213 shutting_down_ = true;
332 if (shutting_down_)
H A Dwebrtc_log_uploader.h84 // Sets |shutting_down_| which prevent new fetchers to be created.
173 bool shutting_down_; member in class:WebRtcLogUploader
/external/chromium_org/ash/wm/
H A Dlock_state_controller.cc63 shutting_down_(false),
119 return shutting_down_;
160 if (shutting_down_ || system_is_locked_)
168 if (shutting_down_)
171 shutting_down_ = true;
210 if (!shutting_down_) {
211 shutting_down_ = true;
223 if (shutting_down_ || (system_is_locked_ == locked))
267 shutting_down_ = true;
299 DCHECK(shutting_down_);
[all...]
H A Dlock_state_controller.h294 bool shutting_down_; member in class:ash::LockStateController
/external/chromium_org/components/crash/browser/
H A Dcrash_handler_host_linux.h82 bool shutting_down_; member in class:breakpad::CrashHandlerHostLinux
H A Dcrash_handler_host_linux.cc89 shutting_down_(false),
428 shutting_down_ = true;
433 return shutting_down_;
/external/chromium_org/components/policy/core/common/cloud/
H A Dexternal_policy_data_updater.h120 bool shutting_down_; member in class:policy::ExternalPolicyDataUpdater
H A Dexternal_policy_data_updater.cc302 shutting_down_(false) {
308 shutting_down_ = true;
354 if (shutting_down_)
/external/chromium_org/chrome/browser/geolocation/
H A Dgeolocation_permission_context.cc130 shutting_down_(false),
149 if (shutting_down_)
275 shutting_down_ = true;
309 DCHECK(!shutting_down_);
325 if (shutting_down_)
H A Dgeolocation_permission_context.h112 bool shutting_down_; member in class:GeolocationPermissionContext
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dservice_runtime.cc57 shutting_down_(false),
71 shutting_down_ = true;
133 while (!shutting_down_ && !op_complete)
136 if (shutting_down_) {
H A Dservice_runtime.h129 bool shutting_down_; member in class:plugin::PluginReverseInterface
/external/chromium_org/ash/wm/maximize_mode/
H A Dmaximize_mode_controller.h191 bool shutting_down_; member in class:ash::MaximizeModeController
H A Dmaximize_mode_controller.cc121 shutting_down_(false),
195 shutting_down_ = true;
421 if (!shutting_down_)
/external/chromium_org/chrome/service/cloud_print/
H A Dprinter_job_handler.cc78 shutting_down_(false),
119 shutting_down_ = true;
451 if (!shutting_down_) {
515 if (!shutting_down_) {
543 if (shutting_down_) {
594 if (!shutting_down_) {
610 if (shutting_down_)
668 if (!shutting_down_) {
H A Dprinter_job_handler.h284 bool shutting_down_; member in class:cloud_print::PrinterJobHandler
/external/chromium_org/third_party/leveldatabase/src/db/
H A Ddb_impl.h138 port::AtomicPointer shutting_down_; member in class:leveldb::DBImpl
H A Ddb_impl.cc126 shutting_down_(NULL),
151 shutting_down_.Release_Store(this); // Any non-NULL value is ok
514 if (s.ok() && shutting_down_.Acquire_Load()) {
576 while (!manual.done && !shutting_down_.Acquire_Load() && bg_error_.ok()) {
618 } else if (shutting_down_.Acquire_Load()) {
639 if (shutting_down_.Acquire_Load()) {
718 } else if (shutting_down_.Acquire_Load()) {
884 for (; input->Valid() && !shutting_down_.Acquire_Load(); ) {
978 if (status.ok() && shutting_down_.Acquire_Load()) {
/external/chromium_org/storage/browser/database/
H A Ddatabase_tracker.cc91 shutting_down_(false),
117 if (shutting_down_ || !LazyInit()) {
445 if (!is_initialized_ && !shutting_down_) {
846 if (shutting_down_) {
850 shutting_down_ = true;
H A Ddatabase_tracker.h278 bool shutting_down_; member in class:storage::DatabaseTracker
/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Dlogin_display_host_impl.h234 bool shutting_down_; member in class:chromeos::LoginDisplayHostImpl

Completed in 7301 milliseconds

12