/third_party/cef/libcef/browser/views/ |
D | box_layout_impl.cc | 26 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()
|
D | panel_impl.h | 119 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()
|
D | scroll_view_impl.cc | 26 DCHECK(!view->IsAttached()); in SetContentView() 27 if (!view.get() || !view->IsValid() || view->IsAttached()) in SetContentView()
|
D | view_util.cc | 39 DCHECK(!cef_view->IsAttached()); in Register() 65 DCHECK(!cef_view->IsAttached()); in PassOwnership() 82 DCHECK(cef_view->IsAttached()); in ResumeOwnership()
|
D | view_impl.h | 371 bool IsAttached() override; 472 CEF_VIEW_IMPL_T bool CEF_VIEW_IMPL_D::IsAttached() { in IsAttached() function
|
D | overlay_view_host.cc | 180 auto controls_view = view->IsAttached() in Init()
|
/third_party/openh264/codec/build/windowsphone/all/CodecApp/ |
D | App.xaml.cs | 39 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/ |
D | App.xaml.cs | 39 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/ |
D | SkSLContext.cpp | 17 SkASSERT(!Pool::IsAttached()); in Context() 21 SkASSERT(!Pool::IsAttached()); in ~Context()
|
D | SkSLPool.h | 50 static bool IsAttached();
|
D | SkSLPool.cpp | 45 bool Pool::IsAttached() { in IsAttached() function in SkSL::Pool
|
/third_party/grpc/src/csharp/Grpc.Core/Internal/ |
D | CompletionRegistry.cs | 42 SpinLock spinLock = new SpinLock(Debugger.IsAttached);
|
/third_party/cef/libcef_dll/ctocpp/views/ |
D | view_ctocpp.h | 56 bool IsAttached() override;
|
D | scroll_view_ctocpp.h | 54 bool IsAttached() override;
|
D | browser_view_ctocpp.h | 50 bool IsAttached() override;
|
D | button_ctocpp.h | 54 bool IsAttached() override;
|
D | panel_ctocpp.h | 67 bool IsAttached() override;
|
D | menu_button_ctocpp.h | 73 bool IsAttached() override;
|
D | label_button_ctocpp.h | 69 bool IsAttached() override;
|
D | textfield_ctocpp.h | 80 bool IsAttached() override;
|
D | window_ctocpp.h | 110 bool IsAttached() override;
|
/third_party/cef/include/views/ |
D | cef_view.h | 115 virtual bool IsAttached() = 0;
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | SwapChain.h | 131 bool IsAttached() const;
|
D | SwapChain.cpp | 381 bool NewSwapChainBase::IsAttached() const { in IsAttached() function in dawn_native::NewSwapChainBase
|
/third_party/cef/tests/ceftests/views/ |
D | panel_unittest.cc | 39 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()
|