/third_party/cef/libcef/browser/views/ |
D | view_view.h | 75 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()
|
D | view_impl.h | 394 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/ |
D | cef_view_delegate.h | 80 virtual int GetHeightForWidth(CefRefPtr<CefView> view, int width) { in GetHeightForWidth() function
|
D | cef_view.h | 272 virtual int GetHeightForWidth(int width) = 0;
|
/third_party/cef/libcef_dll/ctocpp/views/ |
D | panel_delegate_ctocpp.h | 43 int GetHeightForWidth(CefRefPtr<CefView> view, int width) override;
|
D | view_delegate_ctocpp.h | 42 int GetHeightForWidth(CefRefPtr<CefView> view, int width) override;
|
D | button_delegate_ctocpp.h | 47 int GetHeightForWidth(CefRefPtr<CefView> view, int width) override;
|
D | textfield_delegate_ctocpp.h | 48 int GetHeightForWidth(CefRefPtr<CefView> view, int width) override;
|
D | menu_button_delegate_ctocpp.h | 53 int GetHeightForWidth(CefRefPtr<CefView> view, int width) override;
|
D | browser_view_delegate_ctocpp.h | 60 int GetHeightForWidth(CefRefPtr<CefView> view, int width) override;
|
D | window_delegate_ctocpp.h | 62 int GetHeightForWidth(CefRefPtr<CefView> view, int width) override;
|
D | view_ctocpp.h | 79 int GetHeightForWidth(int width) override;
|
D | scroll_view_ctocpp.h | 77 int GetHeightForWidth(int width) override;
|
D | browser_view_ctocpp.h | 73 int GetHeightForWidth(int width) override;
|
D | button_ctocpp.h | 77 int GetHeightForWidth(int width) override;
|
D | panel_ctocpp.h | 90 int GetHeightForWidth(int width) override;
|
D | label_button_ctocpp.h | 92 int GetHeightForWidth(int width) override;
|
D | menu_button_ctocpp.h | 96 int GetHeightForWidth(int width) override;
|
D | textfield_ctocpp.h | 103 int GetHeightForWidth(int width) override;
|
D | panel_delegate_ctocpp.cc | 95 int CefPanelDelegateCToCpp::GetHeightForWidth(CefRefPtr<CefView> view, in GetHeightForWidth() function in CefPanelDelegateCToCpp
|
D | window_ctocpp.h | 133 int GetHeightForWidth(int width) override;
|
D | view_delegate_ctocpp.cc | 97 int CefViewDelegateCToCpp::GetHeightForWidth(CefRefPtr<CefView> view, in GetHeightForWidth() function in CefViewDelegateCToCpp
|
D | button_delegate_ctocpp.cc | 135 int CefButtonDelegateCToCpp::GetHeightForWidth(CefRefPtr<CefView> view, in GetHeightForWidth() function in CefButtonDelegateCToCpp
|
/third_party/cef/libcef_dll/cpptoc/views/ |
D | view_delegate_cpptoc.cc | 115 int _retval = CefViewDelegateCppToC::Get(self)->GetHeightForWidth( in view_delegate_get_height_for_width()
|
D | panel_delegate_cpptoc.cc | 115 ->GetHeightForWidth(CefViewCToCpp::Wrap(view), width); in panel_delegate_get_height_for_width()
|