Home
last modified time | relevance | path

Searched refs:active_ (Results 1 – 7 of 7) sorted by relevance

/third_party/node/src/
Dsignal_wrap.cc89 if (active_) { in Close()
91 active_ = false; in Close()
125 CHECK(!wrap->active_); in Start()
126 wrap->active_ = true; in Start()
138 if (wrap->active_) { in Stop()
139 wrap->active_ = false; in Stop()
148 bool active_ = false; member in node::__anon6450d9bb0111::SignalWrap
Dutil.h526 bool active_; member
528 explicit OnScopeLeaveImpl(Fn&& fn) : fn_(std::move(fn)), active_(true) {} in OnScopeLeaveImpl()
529 ~OnScopeLeaveImpl() { if (active_) fn_(); } in ~OnScopeLeaveImpl()
534 : fn_(std::move(other.fn_)), active_(other.active_) { in OnScopeLeaveImpl()
535 other.active_ = false; in OnScopeLeaveImpl()
/third_party/cef/libcef/browser/osr/
Dhost_display_client_osr.cc50 bool active_ = false; member in CefLayeredWindowUpdaterOSR
63 active_ = active; in SetActive()
91 if (active_) { in Draw()
111 active_ = active; in SetActive()
113 layered_window_updater_->SetActive(active_); in SetActive()
136 layered_window_updater_->SetActive(active_); in CreateLayeredWindowUpdater()
Dhost_display_client_osr.h46 bool active_ = false; variable
/third_party/boost/libs/fiber/src/
Dcontext.cpp70 static thread_local context * active_; member
84 active_ = main_ctx; in context_initializer()
90 context * main_ctx = active_; in ~context_initializer()
100 thread_local context * context_initializer::active_{ nullptr };
107 return context_initializer::active_; in active()
112 context_initializer::active_ = nullptr; in reset_active()
148 std::swap( context_initializer::active_, prev); in resume()
161 std::swap( context_initializer::active_, prev); in resume()
175 std::swap( context_initializer::active_, prev); in resume()
224 std::swap( context_initializer::active_, prev); in suspend_with_cc()
/third_party/freetype/docs/reference/assets/javascripts/
Dapplication.c33a9706.js1active_=!1}var t=e.prototype;return t.setup=function(){for(var e=this.el_;e=e.previousElementSibli…
/third_party/ffmpeg/libavcodec/
Dcbs_h2645.c680 if (priv->ps_var[id] == priv->active_ ## ps_var) \
681 priv->active_ ## ps_var = NULL ; \