Searched refs:is_shutting_down_ (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/ash/wm/
H A Dvideo_detector.cc65 is_shutting_down_(false) {
90 if (is_shutting_down_)
110 is_shutting_down_ = true;
H A Dvideo_detector.h102 bool is_shutting_down_; member in class:ash::VideoDetector
/external/chromium_org/chrome/browser/extensions/api/copresence/
H A Dcopresence_api.cc36 : 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;
H A Dcopresence_api.h71 bool is_shutting_down_; member in class:extensions::CopresenceService
/external/chromium_org/mojo/system/
H A Dchannel.cc31 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_)
H A Dchannel.h179 bool is_shutting_down_; member in class:mojo::system::Channel
/external/chromium_org/media/filters/
H A Dvideo_renderer_impl.cc48 is_shutting_down_(false),
58 is_shutting_down_ = true;
199 if (is_shutting_down_)
H A Dvideo_renderer_impl.h208 bool is_shutting_down_; member in class:media::VideoRendererImpl

Completed in 237 milliseconds