Home
last modified time | relevance | path

Searched refs:CefFillLayout (Results 1 – 23 of 23) sorted by relevance

/third_party/cef/libcef_dll/ctocpp/views/
Dfill_layout_ctocpp.cc39 CefRefPtr<CefFillLayout> CefFillLayoutCToCpp::AsFillLayout() { in AsFillLayout()
83 CefCToCppRefCounted<CefFillLayoutCToCpp, CefFillLayout, cef_fill_layout_t>::
84 UnwrapDerived(CefWrapperType type, CefFillLayout* c) { in UnwrapDerived()
91 CefFillLayout,
Dfill_layout_ctocpp.h30 CefFillLayout,
40 CefRefPtr<CefFillLayout> AsFillLayout() override;
Dlayout_ctocpp.cc40 CefRefPtr<CefFillLayout> CefLayoutCToCpp::AsFillLayout() { in AsFillLayout()
93 CefFillLayoutCToCpp::Unwrap(reinterpret_cast<CefFillLayout*>(c))); in UnwrapDerived()
Dlayout_ctocpp.h41 CefRefPtr<CefFillLayout> AsFillLayout() override;
Dbox_layout_ctocpp.h44 CefRefPtr<CefFillLayout> AsFillLayout() override;
Dbox_layout_ctocpp.cc78 CefRefPtr<CefFillLayout> CefBoxLayoutCToCpp::AsFillLayout() { in AsFillLayout()
Dpanel_ctocpp.h45 CefRefPtr<CefFillLayout> SetToFillLayout() override;
Dwindow_ctocpp.h88 CefRefPtr<CefFillLayout> SetToFillLayout() override;
Dpanel_ctocpp.cc67 CefRefPtr<CefFillLayout> CefPanelCToCpp::SetToFillLayout() { in SetToFillLayout()
Dwindow_ctocpp.cc662 CefRefPtr<CefFillLayout> CefWindowCToCpp::SetToFillLayout() { in SetToFillLayout()
/third_party/cef/libcef_dll/cpptoc/views/
Dfill_layout_cpptoc.cc53 CefRefPtr<CefFillLayout> _retval = in fill_layout_as_fill_layout()
96 CefRefPtr<CefFillLayout>
97 CefCppToCRefCounted<CefFillLayoutCppToC, CefFillLayout, cef_fill_layout_t>::
105 CefFillLayout,
Dfill_layout_cpptoc.h30 CefFillLayout,
Dlayout_cpptoc.cc52 CefRefPtr<CefFillLayout> _retval = CefLayoutCppToC::Get(self)->AsFillLayout(); in layout_as_fill_layout()
Dbox_layout_cpptoc.cc92 CefRefPtr<CefFillLayout> _retval = in box_layout_as_fill_layout()
Dpanel_cpptoc.cc77 CefRefPtr<CefFillLayout> _retval = in panel_set_to_fill_layout()
Dwindow_cpptoc.cc683 CefRefPtr<CefFillLayout> _retval = in window_set_to_fill_layout()
/third_party/cef/libcef/browser/views/
Dfill_layout_impl.h15 : public CefLayoutImpl<views::FillLayout, CefFillLayout> {
21 static CefRefPtr<CefFillLayout> Create(views::View* owner_view);
24 CefRefPtr<CefFillLayout> AsFillLayout() override { return this; } in AsFillLayout()
Dfill_layout_impl.cc10 CefRefPtr<CefFillLayout> CefFillLayoutImpl::Create(views::View* owner_view) { in Create()
Dpanel_impl.h35 CefRefPtr<CefFillLayout> SetToFillLayout() override;
91 CEF_PANEL_IMPL_T CefRefPtr<CefFillLayout> CEF_PANEL_IMPL_D::SetToFillLayout() { in SetToFillLayout()
Dlayout_impl.h43 CefRefPtr<CefFillLayout> AsFillLayout() override { return nullptr; } in AsFillLayout()
/third_party/cef/include/views/
Dcef_layout.h44 class CefFillLayout; variable
64 virtual CefRefPtr<CefFillLayout> AsFillLayout() = 0;
Dcef_panel.h45 class CefFillLayout; variable
73 virtual CefRefPtr<CefFillLayout> SetToFillLayout() = 0;
Dcef_fill_layout.h49 class CefFillLayout : public CefLayout {};