Searched refs:CefFillLayout (Results 1 – 23 of 23) sorted by relevance
/third_party/cef/libcef_dll/ctocpp/views/ |
D | fill_layout_ctocpp.cc | 39 CefRefPtr<CefFillLayout> CefFillLayoutCToCpp::AsFillLayout() { in AsFillLayout() 83 CefCToCppRefCounted<CefFillLayoutCToCpp, CefFillLayout, cef_fill_layout_t>:: 84 UnwrapDerived(CefWrapperType type, CefFillLayout* c) { in UnwrapDerived() 91 CefFillLayout,
|
D | fill_layout_ctocpp.h | 30 CefFillLayout, 40 CefRefPtr<CefFillLayout> AsFillLayout() override;
|
D | layout_ctocpp.cc | 40 CefRefPtr<CefFillLayout> CefLayoutCToCpp::AsFillLayout() { in AsFillLayout() 93 CefFillLayoutCToCpp::Unwrap(reinterpret_cast<CefFillLayout*>(c))); in UnwrapDerived()
|
D | layout_ctocpp.h | 41 CefRefPtr<CefFillLayout> AsFillLayout() override;
|
D | box_layout_ctocpp.h | 44 CefRefPtr<CefFillLayout> AsFillLayout() override;
|
D | box_layout_ctocpp.cc | 78 CefRefPtr<CefFillLayout> CefBoxLayoutCToCpp::AsFillLayout() { in AsFillLayout()
|
D | panel_ctocpp.h | 45 CefRefPtr<CefFillLayout> SetToFillLayout() override;
|
D | window_ctocpp.h | 88 CefRefPtr<CefFillLayout> SetToFillLayout() override;
|
D | panel_ctocpp.cc | 67 CefRefPtr<CefFillLayout> CefPanelCToCpp::SetToFillLayout() { in SetToFillLayout()
|
D | window_ctocpp.cc | 662 CefRefPtr<CefFillLayout> CefWindowCToCpp::SetToFillLayout() { in SetToFillLayout()
|
/third_party/cef/libcef_dll/cpptoc/views/ |
D | fill_layout_cpptoc.cc | 53 CefRefPtr<CefFillLayout> _retval = in fill_layout_as_fill_layout() 96 CefRefPtr<CefFillLayout> 97 CefCppToCRefCounted<CefFillLayoutCppToC, CefFillLayout, cef_fill_layout_t>:: 105 CefFillLayout,
|
D | fill_layout_cpptoc.h | 30 CefFillLayout,
|
D | layout_cpptoc.cc | 52 CefRefPtr<CefFillLayout> _retval = CefLayoutCppToC::Get(self)->AsFillLayout(); in layout_as_fill_layout()
|
D | box_layout_cpptoc.cc | 92 CefRefPtr<CefFillLayout> _retval = in box_layout_as_fill_layout()
|
D | panel_cpptoc.cc | 77 CefRefPtr<CefFillLayout> _retval = in panel_set_to_fill_layout()
|
D | window_cpptoc.cc | 683 CefRefPtr<CefFillLayout> _retval = in window_set_to_fill_layout()
|
/third_party/cef/libcef/browser/views/ |
D | fill_layout_impl.h | 15 : public CefLayoutImpl<views::FillLayout, CefFillLayout> { 21 static CefRefPtr<CefFillLayout> Create(views::View* owner_view); 24 CefRefPtr<CefFillLayout> AsFillLayout() override { return this; } in AsFillLayout()
|
D | fill_layout_impl.cc | 10 CefRefPtr<CefFillLayout> CefFillLayoutImpl::Create(views::View* owner_view) { in Create()
|
D | panel_impl.h | 35 CefRefPtr<CefFillLayout> SetToFillLayout() override; 91 CEF_PANEL_IMPL_T CefRefPtr<CefFillLayout> CEF_PANEL_IMPL_D::SetToFillLayout() { in SetToFillLayout()
|
D | layout_impl.h | 43 CefRefPtr<CefFillLayout> AsFillLayout() override { return nullptr; } in AsFillLayout()
|
/third_party/cef/include/views/ |
D | cef_layout.h | 44 class CefFillLayout; variable 64 virtual CefRefPtr<CefFillLayout> AsFillLayout() = 0;
|
D | cef_panel.h | 45 class CefFillLayout; variable 73 virtual CefRefPtr<CefFillLayout> SetToFillLayout() = 0;
|
D | cef_fill_layout.h | 49 class CefFillLayout : public CefLayout {};
|