HomeSort by relevance Sort by last modified time
    Searched refs:is_shutting_down_ (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/ash/wm/
video_detector.cc 65 is_shutting_down_(false) {
90 if (is_shutting_down_)
110 is_shutting_down_ = true;
video_detector.h 102 bool is_shutting_down_; member in class:ash::VideoDetector
  /external/chromium_org/chrome/browser/extensions/api/copresence/
copresence_api.cc 36 : is_shutting_down_(false), browser_context_(context) {}
41 if (!manager_ && !is_shutting_down_)
47 if (!whispernet_client_ && !is_shutting_down_)
53 is_shutting_down_ = true;
copresence_api.h 71 bool is_shutting_down_; member in class:extensions::CopresenceService
  /external/chromium_org/mojo/system/
channel.cc 31 is_shutting_down_(false),
92 is_shutting_down_ = true;
107 DLOG_IF(WARNING, is_shutting_down_)
131 DLOG_IF(WARNING, is_shutting_down_)
188 DLOG_IF(WARNING, is_shutting_down_) << "WriteMessage() while shutting down";
290 LOG_IF(ERROR, !is_shutting_down_)
channel.h 179 bool is_shutting_down_; member in class:mojo::system::Channel
  /external/chromium_org/media/filters/
video_renderer_impl.h 208 bool is_shutting_down_; member in class:media::VideoRendererImpl
video_renderer_impl.cc 48 is_shutting_down_(false),
58 is_shutting_down_ = true;
199 if (is_shutting_down_)

Completed in 281 milliseconds