Home
last modified time | relevance | path

Searched defs:GetHeightForWidth (Results 1 – 20 of 20) sorted by relevance

/third_party/cef/include/views/
Dcef_view_delegate.h80 virtual int GetHeightForWidth(CefRefPtr<CefView> view, int width) { in GetHeightForWidth() function
/third_party/cef/libcef/browser/views/
Dview_view.h143 CEF_VIEW_VIEW_T int CEF_VIEW_VIEW_D::GetHeightForWidth(int w) const { in GetHeightForWidth() function
Dview_impl.h614 CEF_VIEW_IMPL_T int CEF_VIEW_IMPL_D::GetHeightForWidth(int width) { in GetHeightForWidth() function
/third_party/cef/libcef_dll/ctocpp/views/
Dpanel_delegate_ctocpp.cc95 int CefPanelDelegateCToCpp::GetHeightForWidth(CefRefPtr<CefView> view, in GetHeightForWidth() function in CefPanelDelegateCToCpp
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
Dtextfield_delegate_ctocpp.cc139 int CefTextfieldDelegateCToCpp::GetHeightForWidth(CefRefPtr<CefView> view, in GetHeightForWidth() function in CefTextfieldDelegateCToCpp
Dmenu_button_delegate_ctocpp.cc166 int CefMenuButtonDelegateCToCpp::GetHeightForWidth(CefRefPtr<CefView> view, in GetHeightForWidth() function in CefMenuButtonDelegateCToCpp
Dbrowser_view_delegate_ctocpp.cc234 int CefBrowserViewDelegateCToCpp::GetHeightForWidth(CefRefPtr<CefView> view, in GetHeightForWidth() function in CefBrowserViewDelegateCToCpp
Dwindow_delegate_ctocpp.cc385 int CefWindowDelegateCToCpp::GetHeightForWidth(CefRefPtr<CefView> view, in GetHeightForWidth() function in CefWindowDelegateCToCpp
Dview_ctocpp.cc520 NO_SANITIZE("cfi-icall") int CefViewCToCpp::GetHeightForWidth(int width) { in GetHeightForWidth() function in CefViewCToCpp
Dbutton_ctocpp.cc620 NO_SANITIZE("cfi-icall") int CefButtonCToCpp::GetHeightForWidth(int width) { in GetHeightForWidth() function in CefButtonCToCpp
Dbrowser_view_ctocpp.cc625 int CefBrowserViewCToCpp::GetHeightForWidth(int width) { in GetHeightForWidth() function in CefBrowserViewCToCpp
Dscroll_view_ctocpp.cc659 NO_SANITIZE("cfi-icall") int CefScrollViewCToCpp::GetHeightForWidth(int width) { in GetHeightForWidth() function in CefScrollViewCToCpp
Dpanel_ctocpp.cc752 NO_SANITIZE("cfi-icall") int CefPanelCToCpp::GetHeightForWidth(int width) { in GetHeightForWidth() function in CefPanelCToCpp
Dlabel_button_ctocpp.cc832 int CefLabelButtonCToCpp::GetHeightForWidth(int width) { in GetHeightForWidth() function in CefLabelButtonCToCpp
Dmenu_button_ctocpp.cc877 NO_SANITIZE("cfi-icall") int CefMenuButtonCToCpp::GetHeightForWidth(int width) { in GetHeightForWidth() function in CefMenuButtonCToCpp
Dtextfield_ctocpp.cc1039 NO_SANITIZE("cfi-icall") int CefTextfieldCToCpp::GetHeightForWidth(int width) { in GetHeightForWidth() function in CefTextfieldCToCpp
Dwindow_ctocpp.cc1349 NO_SANITIZE("cfi-icall") int CefWindowCToCpp::GetHeightForWidth(int width) { in GetHeightForWidth() function in CefWindowCToCpp
/third_party/cef/tests/ceftests/views/
Dpanel_unittest.cc613 int GetHeightForWidth(CefRefPtr<CefView> view, int width) override { in GetHeightForWidth() function in __anonc0bff3920311::SizingPanelDelegate