HomeSort by relevance Sort by last modified time
    Searched refs:shutting_down_ (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium_org/third_party/webrtc/test/
direct_transport.cc 25 shutting_down_(false),
37 shutting_down_(false),
52 shutting_down_ = true;
95 return shutting_down_ ? false : true;
direct_transport.h 54 bool shutting_down_; member in class:webrtc::test::DirectTransport
  /external/chromium_org/chrome/browser/media/
protected_media_identifier_permission_context.cc 34 : profile_(profile), shutting_down_(false) {}
51 if (shutting_down_)
151 shutting_down_ = true;
185 DCHECK(!shutting_down_);
216 if (shutting_down_)
midi_permission_context.cc 120 shutting_down_(false),
134 shutting_down_ = true;
145 DCHECK(!shutting_down_);
293 if (shutting_down_)
midi_permission_context.h 87 bool shutting_down_; member in class:MidiPermissionContext
protected_media_identifier_permission_context.h 96 bool shutting_down_; member in class:ProtectedMediaIdentifierPermissionContext
webrtc_log_uploader.cc 78 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_)
webrtc_log_uploader.h 84 // Sets |shutting_down_| which prevent new fetchers to be created.
173 bool shutting_down_; member in class:WebRtcLogUploader
  /external/chromium_org/components/breakpad/browser/
crash_handler_host_linux.h 82 bool shutting_down_; member in class:breakpad::CrashHandlerHostLinux
crash_handler_host_linux.cc 89 shutting_down_(false),
428 shutting_down_ = true;
433 return shutting_down_;
  /art/runtime/jdwp/
jdwp_adb.cc 59 shutting_down_ = false;
84 shutting_down_ = true;
109 bool shutting_down_; member in struct:art::JDWP::JdwpAdbState
189 if (shutting_down_) {
256 if (shutting_down_) {
265 if (shutting_down_) {
  /external/chromium_org/ash/wm/
lock_state_controller.cc 170 shutting_down_(false),
223 return shutting_down_;
263 if (shutting_down_ || system_is_locked_)
271 if (shutting_down_)
274 shutting_down_ = true;
312 if (!shutting_down_) {
313 shutting_down_ = true;
325 if (shutting_down_ || (system_is_locked_ == locked))
369 shutting_down_ = true;
401 DCHECK(shutting_down_);
    [all...]
lock_state_controller.h 289 bool shutting_down_; member in class:ash::LockStateController
  /art/runtime/
thread_pool.h 108 return shutting_down_;
116 volatile bool shutting_down_ GUARDED_BY(task_queue_lock_);
thread_pool.cc 83 shutting_down_(false),
110 shutting_down_ = true;
188 while (!shutting_down_ && (waiting_count_ != GetThreadCount() || !tasks_.empty())) {
  /external/chromium_org/chrome/browser/geolocation/
geolocation_permission_context.h 114 bool shutting_down_; member in class:GeolocationPermissionContext
geolocation_permission_context.cc 118 shutting_down_(false),
137 if (shutting_down_)
262 shutting_down_ = true;
296 DCHECK(!shutting_down_);
312 if (shutting_down_)
  /external/chromium_org/components/policy/core/common/cloud/
external_policy_data_updater.h 120 bool shutting_down_; member in class:policy::ExternalPolicyDataUpdater
external_policy_data_updater.cc 302 shutting_down_(false) {
308 shutting_down_ = true;
354 if (shutting_down_)
  /external/chromium_org/chrome/service/cloud_print/
printer_job_handler.cc 78 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_) {
  /external/chromium_org/chrome/browser/chromeos/login/ui/
login_display_host_impl.h 232 bool shutting_down_; member in class:chromeos::LoginDisplayHostImpl
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
service_runtime.cc 195 shutting_down_(false),
210 shutting_down_ = true;
263 while (!shutting_down_ && !op_complete)
266 if (shutting_down_) {
service_runtime.h 150 bool shutting_down_; member in class:plugin::PluginReverseInterface
  /external/chromium_org/third_party/leveldatabase/src/db/
db_impl.h 138 port::AtomicPointer shutting_down_; member in class:leveldb::DBImpl
db_impl.cc 126 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()) {
    [all...]

Completed in 1641 milliseconds

1 2