Home
last modified time | relevance | path

Searched refs:IsAttached (Results 1 – 25 of 45) sorted by relevance

12

/third_party/cef/libcef/browser/views/
Dbox_layout_impl.cc26 DCHECK(view && view->IsValid() && view->IsAttached()); in SetFlexForView()
27 if (!view || !view->IsValid() || !view->IsAttached()) in SetFlexForView()
40 DCHECK(view && view->IsValid() && view->IsAttached()); in ClearFlexForView()
41 if (!view || !view->IsValid() || !view->IsAttached()) in ClearFlexForView()
Dpanel_impl.h119 auto* view_ptr = view->IsAttached() in AddChildView()
140 auto* view_ptr = view->IsAttached() in AddChildViewAt()
153 DCHECK(view->IsAttached()); in ReorderChildView()
154 if (!view.get() || !view->IsValid() || !view->IsAttached()) in ReorderChildView()
171 DCHECK(view->IsAttached()); in RemoveChildView()
172 if (!view.get() || !view->IsValid() || !view->IsAttached()) in RemoveChildView()
Dscroll_view_impl.cc26 DCHECK(!view->IsAttached()); in SetContentView()
27 if (!view.get() || !view->IsValid() || view->IsAttached()) in SetContentView()
Dview_util.cc39 DCHECK(!cef_view->IsAttached()); in Register()
65 DCHECK(!cef_view->IsAttached()); in PassOwnership()
82 DCHECK(cef_view->IsAttached()); in ResumeOwnership()
Dview_impl.h371 bool IsAttached() override;
472 CEF_VIEW_IMPL_T bool CEF_VIEW_IMPL_D::IsAttached() { in IsAttached() function
Doverlay_view_host.cc180 auto controls_view = view->IsAttached() in Init()
/third_party/openh264/codec/build/windowsphone/all/CodecApp/
DApp.xaml.cs39 if (Debugger.IsAttached) in App()
87 if (Debugger.IsAttached) in RootFrame_NavigationFailed()
97 if (Debugger.IsAttached) in Application_UnhandledException()
214 if (Debugger.IsAttached) in InitializeLanguage()
/third_party/openh264/test/build/windowsphone/codec_ut/CodecUTApp/
DApp.xaml.cs39 if (Debugger.IsAttached) in App()
87 if (Debugger.IsAttached) in RootFrame_NavigationFailed()
97 if (Debugger.IsAttached) in Application_UnhandledException()
214 if (Debugger.IsAttached) in InitializeLanguage()
/third_party/skia/src/sksl/
DSkSLContext.cpp17 SkASSERT(!Pool::IsAttached()); in Context()
21 SkASSERT(!Pool::IsAttached()); in ~Context()
DSkSLPool.h50 static bool IsAttached();
DSkSLPool.cpp45 bool Pool::IsAttached() { in IsAttached() function in SkSL::Pool
/third_party/grpc/src/csharp/Grpc.Core/Internal/
DCompletionRegistry.cs42 SpinLock spinLock = new SpinLock(Debugger.IsAttached);
/third_party/cef/libcef_dll/ctocpp/views/
Dview_ctocpp.h56 bool IsAttached() override;
Dscroll_view_ctocpp.h54 bool IsAttached() override;
Dbrowser_view_ctocpp.h50 bool IsAttached() override;
Dbutton_ctocpp.h54 bool IsAttached() override;
Dpanel_ctocpp.h67 bool IsAttached() override;
Dmenu_button_ctocpp.h73 bool IsAttached() override;
Dlabel_button_ctocpp.h69 bool IsAttached() override;
Dtextfield_ctocpp.h80 bool IsAttached() override;
Dwindow_ctocpp.h110 bool IsAttached() override;
/third_party/cef/include/views/
Dcef_view.h115 virtual bool IsAttached() = 0;
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DSwapChain.h131 bool IsAttached() const;
DSwapChain.cpp381 bool NewSwapChainBase::IsAttached() const { in IsAttached() function in dawn_native::NewSwapChainBase
/third_party/cef/tests/ceftests/views/
Dpanel_unittest.cc39 EXPECT_FALSE(panel->IsAttached()); in CreatePanel()
190 EXPECT_FALSE(parent_panel->IsAttached()); in ChildVerifyRemovedState()
191 EXPECT_FALSE(child_panel->IsAttached()); in ChildVerifyRemovedState()
203 EXPECT_FALSE(parent_panel->IsAttached()); in ChildVerifyAddedState()
204 EXPECT_TRUE(child_panel->IsAttached()); in ChildVerifyAddedState()

12