Home
last modified time | relevance | path

Searched refs:GetHeightForWidth (Results 1 – 25 of 53) sorted by relevance

123

/third_party/cef/libcef/browser/views/
Dview_view.h75 int GetHeightForWidth(int w) const override;
143 CEF_VIEW_VIEW_T int CEF_VIEW_VIEW_D::GetHeightForWidth(int w) const { in GetHeightForWidth() function
146 result = cef_delegate()->GetHeightForWidth(GetCefView(), w); in GetHeightForWidth()
148 result = ParentClass::GetHeightForWidth(w); in GetHeightForWidth()
Dview_impl.h394 int GetHeightForWidth(int width) override;
614 CEF_VIEW_IMPL_T int CEF_VIEW_IMPL_D::GetHeightForWidth(int width) { in GetHeightForWidth() function
616 return root_view()->GetHeightForWidth(width); in GetHeightForWidth()
/third_party/cef/include/views/
Dcef_view_delegate.h80 virtual int GetHeightForWidth(CefRefPtr<CefView> view, int width) { in GetHeightForWidth() function
Dcef_view.h272 virtual int GetHeightForWidth(int width) = 0;
/third_party/cef/libcef_dll/ctocpp/views/
Dpanel_delegate_ctocpp.h43 int GetHeightForWidth(CefRefPtr<CefView> view, int width) override;
Dview_delegate_ctocpp.h42 int GetHeightForWidth(CefRefPtr<CefView> view, int width) override;
Dbutton_delegate_ctocpp.h47 int GetHeightForWidth(CefRefPtr<CefView> view, int width) override;
Dtextfield_delegate_ctocpp.h48 int GetHeightForWidth(CefRefPtr<CefView> view, int width) override;
Dmenu_button_delegate_ctocpp.h53 int GetHeightForWidth(CefRefPtr<CefView> view, int width) override;
Dbrowser_view_delegate_ctocpp.h60 int GetHeightForWidth(CefRefPtr<CefView> view, int width) override;
Dwindow_delegate_ctocpp.h62 int GetHeightForWidth(CefRefPtr<CefView> view, int width) override;
Dview_ctocpp.h79 int GetHeightForWidth(int width) override;
Dscroll_view_ctocpp.h77 int GetHeightForWidth(int width) override;
Dbrowser_view_ctocpp.h73 int GetHeightForWidth(int width) override;
Dbutton_ctocpp.h77 int GetHeightForWidth(int width) override;
Dpanel_ctocpp.h90 int GetHeightForWidth(int width) override;
Dlabel_button_ctocpp.h92 int GetHeightForWidth(int width) override;
Dmenu_button_ctocpp.h96 int GetHeightForWidth(int width) override;
Dtextfield_ctocpp.h103 int GetHeightForWidth(int width) override;
Dpanel_delegate_ctocpp.cc95 int CefPanelDelegateCToCpp::GetHeightForWidth(CefRefPtr<CefView> view, in GetHeightForWidth() function in CefPanelDelegateCToCpp
Dwindow_ctocpp.h133 int GetHeightForWidth(int width) override;
Dview_delegate_ctocpp.cc97 int CefViewDelegateCToCpp::GetHeightForWidth(CefRefPtr<CefView> view, in GetHeightForWidth() function in CefViewDelegateCToCpp
Dbutton_delegate_ctocpp.cc135 int CefButtonDelegateCToCpp::GetHeightForWidth(CefRefPtr<CefView> view, in GetHeightForWidth() function in CefButtonDelegateCToCpp
/third_party/cef/libcef_dll/cpptoc/views/
Dview_delegate_cpptoc.cc115 int _retval = CefViewDelegateCppToC::Get(self)->GetHeightForWidth( in view_delegate_get_height_for_width()
Dpanel_delegate_cpptoc.cc115 ->GetHeightForWidth(CefViewCToCpp::Wrap(view), width); in panel_delegate_get_height_for_width()

123