Home
last modified time | relevance | path

Searched refs:IsActive (Results 1 – 24 of 24) sorted by relevance

/third_party/cef/libcef/browser/views/
Dwindow_impl.cc174 if (widget_ && widget_->CanActivate() && !widget_->IsActive()) in Activate()
180 if (widget_ && widget_->CanActivate() && widget_->IsActive()) in Deactivate()
184 bool CefWindowImpl::IsActive() { in IsActive() function in CefWindowImpl
187 return widget_->IsActive(); in IsActive()
434 return widget_->IsActive(); in CanHandleAccelerators()
Dwindow_impl.h47 bool IsActive() override;
/third_party/mindspore/mindspore/ccsrc/runtime/framework/actor/
Dabstract_actor.h46 …bool IsActive(int msg_num) override { return msg_num >= running_dependent_msg_num_ ? true : false;… in IsActive() function
/third_party/node/src/
Dinspector_js_api.cc167 return agent->IsActive(); in InspectorEnabled()
299 if (agent->IsActive()) in WaitForDebugger()
301 args.GetReturnValue().Set(agent->IsActive()); in WaitForDebugger()
Dinspector_agent.h60 bool IsActive();
Dinspector_agent.cc602 bool IsActive() { in IsActive() function in node::inspector::NodeInspectorClient
706 if (agent->IsActive()) { in Start()
905 bool Agent::IsActive() { in IsActive() function in node::inspector::Agent
908 return io_ != nullptr || client_->IsActive(); in IsActive()
/third_party/cef/include/views/
Dcef_window.h112 virtual bool IsActive() = 0;
/third_party/skia/src/sksl/
DSkSLThreadContext.h51 static bool IsActive();
DSkSLThreadContext.cpp190 bool ThreadContext::IsActive() { in IsActive() function in SkSL::ThreadContext
/third_party/cef/libcef_dll/ctocpp/views/
Dwindow_ctocpp.h44 bool IsActive() override;
Dwindow_ctocpp.cc149 NO_SANITIZE("cfi-icall") bool CefWindowCToCpp::IsActive() { in IsActive() function in CefWindowCToCpp
/third_party/cef/tests/ceftests/views/
Dtest_window_delegate.cc58 EXPECT_FALSE(window->IsActive()); in OnWindowCreated()
/third_party/mindspore/mindspore/core/mindrt/include/actor/
Dactor.h84 virtual bool IsActive(int msg_num) { return true; } in IsActive() function
/third_party/gptfdisk/
Dbasicmbr.cc966 int i, IsActive = 0; in IsEEActive() local
970 IsActive = 1; in IsEEActive()
972 return IsActive; in IsEEActive()
/third_party/gstreamer/gstplugins_bad/sys/decklink/osx/
DDeckLinkAPI.h1203 virtual HRESULT IsActive (/* out */ bool *isActive) = 0;
/third_party/gstreamer/gstplugins_bad/sys/decklink/linux/
DDeckLinkAPI.h1188 virtual HRESULT IsActive (/* out */ bool *isActive) = 0;
/third_party/cef/libcef_dll/cpptoc/views/
Dwindow_cpptoc.cc167 bool _retval = CefWindowCppToC::Get(self)->IsActive(); in window_is_active()
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui.h1551 bool IsActive() const { return !Filters.empty(); } in IsActive() function
Dimgui_demo.cpp3425 if (Filter.IsActive()) in Draw()
/third_party/mesa3d/src/imgui/
Dimgui.h1558 bool IsActive() const { return !Filters.empty(); } in IsActive() function
/third_party/skia/third_party/externals/imgui/
Dimgui.h2082 bool IsActive() const { return !Filters.empty(); } in IsActive() function
Dimgui_demo.cpp6651 if (Filter.IsActive())
/third_party/gstreamer/gstplugins_bad/sys/decklink/win/
DDeckLinkAPI.h9062 virtual HRESULT STDMETHODCALLTYPE IsActive(
9095 HRESULT ( STDMETHODCALLTYPE *IsActive )(
9133 ( (This)->lpVtbl -> IsActive(This,isActive) )
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch38711 + if (active_browser && active_browser->window()->IsActive())
38774 + ASSERT_TRUE(browser()->window()->IsActive());
38850 + EXPECT_FALSE(new_browser->window()->IsActive());
38851 + EXPECT_TRUE(browser()->window()->IsActive());
46559 + if (!media_session_->IsActive() ||
252333 (end_selection_handle_->IsActive() &&