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

  /external/chromium_org/chrome/browser/media/
protected_media_identifier_permission_context.h 96 bool shutting_down_; member in class:ProtectedMediaIdentifierPermissionContext
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/chrome/browser/geolocation/
geolocation_permission_context.h 112 bool shutting_down_; member in class:GeolocationPermissionContext
  /external/chromium_org/components/crash/browser/
crash_handler_host_linux.h 82 bool shutting_down_; member in class:breakpad::CrashHandlerHostLinux
  /external/chromium_org/components/policy/core/common/cloud/
external_policy_data_updater.h 120 bool shutting_down_; member in class:policy::ExternalPolicyDataUpdater
  /external/chromium_org/third_party/webrtc/test/
direct_transport.h 54 bool shutting_down_; member in class:webrtc::test::DirectTransport
  /external/chromium_org/ash/wm/maximize_mode/
maximize_mode_controller.h 191 bool shutting_down_; member in class:ash::MaximizeModeController
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
service_runtime.h 129 bool shutting_down_; member in class:plugin::PluginReverseInterface
  /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.h 294 bool shutting_down_; member in class:ash::LockStateController
  /external/chromium_org/chrome/browser/chromeos/login/ui/
login_display_host_impl.h 234 bool shutting_down_; member in class:chromeos::LoginDisplayHostImpl
  /external/chromium_org/chrome/service/cloud_print/
printer_job_handler.h 284 bool shutting_down_; member in class:cloud_print::PrinterJobHandler
  /external/chromium_org/storage/browser/database/
database_tracker.h 278 bool shutting_down_; member in class:storage::DatabaseTracker
  /external/chromium_org/third_party/leveldatabase/src/db/
db_impl.h 138 port::AtomicPointer shutting_down_; member in class:leveldb::DBImpl
  /art/runtime/
profiler.cc 53 volatile bool BackgroundMethodSamplingProfiler::shutting_down_ = false; member in class:art::BackgroundMethodSamplingProfiler
150 return shutting_down_;
364 CHECK(!shutting_down_);
366 shutting_down_ = true;
  /art/dex2oat/
dex2oat.cc 640 shutting_down_ = false;
654 shutting_down_ = true;
696 while (!shutting_down_) {
721 bool shutting_down_; member in class:art::WatchDog
    [all...]

Completed in 601 milliseconds