/external/chromium_org/third_party/webrtc/test/ |
D | direct_transport.cc | 25 shutting_down_(false), in DirectTransport() 37 shutting_down_(false), in DirectTransport() 52 shutting_down_ = true; in StopSending() 95 return shutting_down_ ? false : true; in SendPackets()
|
D | direct_transport.h | 54 bool shutting_down_; variable
|
/external/chromium_org/ash/wm/ |
D | lock_state_controller.cc | 63 shutting_down_(false), in LockStateController() 119 return shutting_down_; in ShutdownRequested() 160 if (shutting_down_ || system_is_locked_) in OnStartingLock() 168 if (shutting_down_) in RequestShutdown() 171 shutting_down_ = true; in RequestShutdown() 210 if (!shutting_down_) { in OnAppTerminating() 211 shutting_down_ = true; in OnAppTerminating() 223 if (shutting_down_ || (system_is_locked_ == locked)) in OnLockStateChanged() 267 shutting_down_ = true; in OnPreShutdownAnimationTimeout() 299 DCHECK(shutting_down_); in OnRealShutdownTimeout()
|
D | lock_state_controller.h | 294 bool shutting_down_; variable
|
/external/chromium_org/chrome/browser/media/ |
D | protected_media_identifier_permission_context.cc | 37 : profile_(profile), shutting_down_(false) {} in ProtectedMediaIdentifierPermissionContext() 54 if (shutting_down_) in RequestProtectedMediaIdentifierPermission() 155 shutting_down_ = true; in ShutdownOnUIThread() 189 DCHECK(!shutting_down_); in QueueController() 220 if (shutting_down_) in CancelPendingInfobarRequests()
|
D | webrtc_log_uploader.cc | 78 shutting_down_(false) { in WebRtcLogUploader() 85 DCHECK(shutting_down_); in ~WebRtcLogUploader() 92 DCHECK(!shutting_down_); in OnURLFetchComplete() 127 if (log_count_ < kLogCountLimit && !shutting_down_) { in ApplyForStartLogging() 204 DCHECK(!shutting_down_); in StartShutdown() 213 shutting_down_ = true; in StartShutdown() 332 if (shutting_down_) in CreateAndStartURLFetcher()
|
D | protected_media_identifier_permission_context.h | 96 bool shutting_down_; variable
|
D | webrtc_log_uploader.h | 173 bool shutting_down_; variable
|
/external/chromium_org/chrome/browser/geolocation/ |
D | geolocation_permission_context.cc | 130 shutting_down_(false), in GeolocationPermissionContext() 149 if (shutting_down_) in RequestGeolocationPermission() 275 shutting_down_ = true; in ShutdownOnUIThread() 309 DCHECK(!shutting_down_); in QueueController() 325 if (shutting_down_) in CancelPendingInfobarRequest()
|
D | geolocation_permission_context.h | 112 bool shutting_down_; variable
|
/external/chromium_org/chrome/service/cloud_print/ |
D | printer_job_handler.cc | 78 shutting_down_(false), in PrinterJobHandler() 119 shutting_down_ = true; in Shutdown() 451 if (!shutting_down_) { in Start() 515 if (!shutting_down_) { in StartPrinting() 543 if (shutting_down_) { in UpdateJobStatus() 594 if (!shutting_down_) { in JobFailed() 610 if (shutting_down_) in JobSpooled() 668 if (!shutting_down_) { in ValidatePrintTicketFailed()
|
D | printer_job_handler.h | 284 bool shutting_down_; variable
|
/external/chromium_org/ppapi/native_client/src/trusted/plugin/ |
D | service_runtime.cc | 57 shutting_down_(false), in PluginReverseInterface() 71 shutting_down_ = true; in ShutDown() 133 while (!shutting_down_ && !op_complete) in OpenManifestEntry() 136 if (shutting_down_) { in OpenManifestEntry()
|
D | service_runtime.h | 129 bool shutting_down_; variable
|
/external/chromium_org/components/policy/core/common/cloud/ |
D | external_policy_data_updater.cc | 302 shutting_down_(false) { in ExternalPolicyDataUpdater() 308 shutting_down_ = true; in ~ExternalPolicyDataUpdater() 354 if (shutting_down_) in StartNextJobs()
|
D | external_policy_data_updater.h | 120 bool shutting_down_; variable
|
/external/chromium_org/ash/wm/maximize_mode/ |
D | maximize_mode_controller.cc | 121 shutting_down_(false), in MaximizeModeController() 195 shutting_down_ = true; in Shutdown() 421 if (!shutting_down_) in LeaveMaximizeMode()
|
D | maximize_mode_controller.h | 191 bool shutting_down_; variable
|
/external/chromium_org/components/crash/browser/ |
D | crash_handler_host_linux.cc | 89 shutting_down_(false), in CrashHandlerHostLinux() 428 shutting_down_ = true; in WillDestroyCurrentMessageLoop() 433 return shutting_down_; in IsShuttingDown()
|
D | crash_handler_host_linux.h | 82 bool shutting_down_; variable
|
/external/chromium_org/third_party/leveldatabase/src/db/ |
D | db_impl.cc | 126 shutting_down_(NULL), in DBImpl() 151 shutting_down_.Release_Store(this); // Any non-NULL value is ok in ~DBImpl() 514 if (s.ok() && shutting_down_.Acquire_Load()) { in CompactMemTable() 576 while (!manual.done && !shutting_down_.Acquire_Load() && bg_error_.ok()) { in TEST_CompactRange() 618 } else if (shutting_down_.Acquire_Load()) { in MaybeScheduleCompaction() 639 if (shutting_down_.Acquire_Load()) { in BackgroundCall() 718 } else if (shutting_down_.Acquire_Load()) { in BackgroundCompaction() 884 for (; input->Valid() && !shutting_down_.Acquire_Load(); ) { in DoCompactionWork() 978 if (status.ok() && shutting_down_.Acquire_Load()) { in DoCompactionWork()
|
D | db_impl.h | 138 port::AtomicPointer shutting_down_; variable
|
/external/chromium_org/storage/browser/database/ |
D | database_tracker.cc | 91 shutting_down_(false), in DatabaseTracker() 117 if (shutting_down_ || !LazyInit()) { in DatabaseOpened() 445 if (!is_initialized_ && !shutting_down_) { in LazyInit() 846 if (shutting_down_) { in Shutdown() 850 shutting_down_ = true; in Shutdown()
|
/external/chromium_org/chrome/browser/chromeos/login/ui/ |
D | login_display_host_impl.h | 234 bool shutting_down_; variable
|
D | login_display_host_impl.cc | 274 shutting_down_(false), in LoginDisplayHostImpl() 926 if (shutting_down_) in ShutdownDisplayHost() 929 shutting_down_ = true; in ShutdownDisplayHost()
|