Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/extensions/api/copresence/
Dcopresence_api.cc36 : is_shutting_down_(false), browser_context_(context) {} in CopresenceService()
41 if (!manager_ && !is_shutting_down_) in manager()
47 if (!whispernet_client_ && !is_shutting_down_) in whispernet_client()
53 is_shutting_down_ = true; in Shutdown()
Dcopresence_api.h71 bool is_shutting_down_; variable
/external/chromium_org/ash/wm/
Dvideo_detector.cc65 is_shutting_down_(false) { in VideoDetector()
90 if (is_shutting_down_) in OnDelegatedFrameDamage()
110 is_shutting_down_ = true; in OnAppTerminating()
Dvideo_detector.h102 bool is_shutting_down_; variable
/external/chromium_org/mojo/system/
Dchannel.cc31 is_shutting_down_(false), in Channel()
92 is_shutting_down_ = true; in WillShutdownSoon()
107 DLOG_IF(WARNING, is_shutting_down_) in AttachEndpoint()
131 DLOG_IF(WARNING, is_shutting_down_) in RunMessagePipeEndpoint()
188 DLOG_IF(WARNING, is_shutting_down_) << "WriteMessage() while shutting down"; in WriteMessage()
290 LOG_IF(ERROR, !is_shutting_down_) in OnError()
Dchannel.h179 bool is_shutting_down_; variable
/external/chromium_org/media/filters/
Dvideo_renderer_impl.cc48 is_shutting_down_(false), in VideoRendererImpl()
58 is_shutting_down_ = true; in ~VideoRendererImpl()
199 if (is_shutting_down_) in ThreadMain()
Dvideo_renderer_impl.h208 bool is_shutting_down_; variable