/third_party/cef/libcef/browser/views/ |
D | window_impl.cc | 174 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()
|
D | window_impl.h | 47 bool IsActive() override;
|
/third_party/mindspore/mindspore/ccsrc/runtime/framework/actor/ |
D | abstract_actor.h | 46 …bool IsActive(int msg_num) override { return msg_num >= running_dependent_msg_num_ ? true : false;… in IsActive() function
|
/third_party/node/src/ |
D | inspector_js_api.cc | 167 return agent->IsActive(); in InspectorEnabled() 299 if (agent->IsActive()) in WaitForDebugger() 301 args.GetReturnValue().Set(agent->IsActive()); in WaitForDebugger()
|
D | inspector_agent.h | 60 bool IsActive();
|
D | inspector_agent.cc | 602 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/ |
D | cef_window.h | 112 virtual bool IsActive() = 0;
|
/third_party/skia/src/sksl/ |
D | SkSLThreadContext.h | 51 static bool IsActive();
|
D | SkSLThreadContext.cpp | 190 bool ThreadContext::IsActive() { in IsActive() function in SkSL::ThreadContext
|
/third_party/cef/libcef_dll/ctocpp/views/ |
D | window_ctocpp.h | 44 bool IsActive() override;
|
D | window_ctocpp.cc | 149 NO_SANITIZE("cfi-icall") bool CefWindowCToCpp::IsActive() { in IsActive() function in CefWindowCToCpp
|
/third_party/cef/tests/ceftests/views/ |
D | test_window_delegate.cc | 58 EXPECT_FALSE(window->IsActive()); in OnWindowCreated()
|
/third_party/mindspore/mindspore/core/mindrt/include/actor/ |
D | actor.h | 84 virtual bool IsActive(int msg_num) { return true; } in IsActive() function
|
/third_party/gptfdisk/ |
D | basicmbr.cc | 966 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/ |
D | DeckLinkAPI.h | 1203 virtual HRESULT IsActive (/* out */ bool *isActive) = 0;
|
/third_party/gstreamer/gstplugins_bad/sys/decklink/linux/ |
D | DeckLinkAPI.h | 1188 virtual HRESULT IsActive (/* out */ bool *isActive) = 0;
|
/third_party/cef/libcef_dll/cpptoc/views/ |
D | window_cpptoc.cc | 167 bool _retval = CefWindowCppToC::Get(self)->IsActive(); in window_is_active()
|
/third_party/flutter/skia/third_party/externals/imgui/ |
D | imgui.h | 1551 bool IsActive() const { return !Filters.empty(); } in IsActive() function
|
D | imgui_demo.cpp | 3425 if (Filter.IsActive()) in Draw()
|
/third_party/mesa3d/src/imgui/ |
D | imgui.h | 1558 bool IsActive() const { return !Filters.empty(); } in IsActive() function
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui.h | 2082 bool IsActive() const { return !Filters.empty(); } in IsActive() function
|
D | imgui_demo.cpp | 6651 if (Filter.IsActive())
|
/third_party/gstreamer/gstplugins_bad/sys/decklink/win/ |
D | DeckLinkAPI.h | 9062 virtual HRESULT STDMETHODCALLTYPE IsActive( 9095 HRESULT ( STDMETHODCALLTYPE *IsActive )( 9133 ( (This)->lpVtbl -> IsActive(This,isActive) )
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 38711 + 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() &&
|