Home
last modified time | relevance | path

Searched defs:GetMaximumSize (Results 1 – 21 of 21) sorted by relevance

/third_party/cef/include/views/
Dcef_view_delegate.h71 virtual CefSize GetMaximumSize(CefRefPtr<CefView> view) { return CefSize(); } in GetMaximumSize() function
/third_party/cef/libcef/browser/views/
Dview_view.h131 CEF_VIEW_VIEW_T gfx::Size CEF_VIEW_VIEW_D::GetMaximumSize() const { in GetMaximumSize() function
Dview_impl.h608 CEF_VIEW_IMPL_T CefSize CEF_VIEW_IMPL_D::GetMaximumSize() { in GetMaximumSize() function
Dwindow_view.cc210 gfx::Size GetMaximumSize() const override { in GetMaximumSize() function in __anon11ba024a0111::CaptionlessFrameView
/third_party/cef/libcef_dll/ctocpp/views/
Dpanel_delegate_ctocpp.cc71 CefSize CefPanelDelegateCToCpp::GetMaximumSize(CefRefPtr<CefView> view) { in GetMaximumSize() function in CefPanelDelegateCToCpp
Dview_delegate_ctocpp.cc74 CefSize CefViewDelegateCToCpp::GetMaximumSize(CefRefPtr<CefView> view) { in GetMaximumSize() function in CefViewDelegateCToCpp
Dbutton_delegate_ctocpp.cc111 CefSize CefButtonDelegateCToCpp::GetMaximumSize(CefRefPtr<CefView> view) { in GetMaximumSize() function in CefButtonDelegateCToCpp
Dtextfield_delegate_ctocpp.cc115 CefSize CefTextfieldDelegateCToCpp::GetMaximumSize(CefRefPtr<CefView> view) { in GetMaximumSize() function in CefTextfieldDelegateCToCpp
Dmenu_button_delegate_ctocpp.cc142 CefSize CefMenuButtonDelegateCToCpp::GetMaximumSize(CefRefPtr<CefView> view) { in GetMaximumSize() function in CefMenuButtonDelegateCToCpp
Dbrowser_view_delegate_ctocpp.cc210 CefSize CefBrowserViewDelegateCToCpp::GetMaximumSize(CefRefPtr<CefView> view) { in GetMaximumSize() function in CefBrowserViewDelegateCToCpp
Dwindow_delegate_ctocpp.cc361 CefSize CefWindowDelegateCToCpp::GetMaximumSize(CefRefPtr<CefView> view) { in GetMaximumSize() function in CefWindowDelegateCToCpp
Dview_ctocpp.cc504 NO_SANITIZE("cfi-icall") CefSize CefViewCToCpp::GetMaximumSize() { in GetMaximumSize() function in CefViewCToCpp
Dscroll_view_ctocpp.cc643 NO_SANITIZE("cfi-icall") CefSize CefScrollViewCToCpp::GetMaximumSize() { in GetMaximumSize() function in CefScrollViewCToCpp
Dbrowser_view_ctocpp.cc608 NO_SANITIZE("cfi-icall") CefSize CefBrowserViewCToCpp::GetMaximumSize() { in GetMaximumSize() function in CefBrowserViewCToCpp
Dbutton_ctocpp.cc604 NO_SANITIZE("cfi-icall") CefSize CefButtonCToCpp::GetMaximumSize() { in GetMaximumSize() function in CefButtonCToCpp
Dpanel_ctocpp.cc736 NO_SANITIZE("cfi-icall") CefSize CefPanelCToCpp::GetMaximumSize() { in GetMaximumSize() function in CefPanelCToCpp
Dlabel_button_ctocpp.cc815 NO_SANITIZE("cfi-icall") CefSize CefLabelButtonCToCpp::GetMaximumSize() { in GetMaximumSize() function in CefLabelButtonCToCpp
Dmenu_button_ctocpp.cc861 NO_SANITIZE("cfi-icall") CefSize CefMenuButtonCToCpp::GetMaximumSize() { in GetMaximumSize() function in CefMenuButtonCToCpp
Dtextfield_ctocpp.cc1023 NO_SANITIZE("cfi-icall") CefSize CefTextfieldCToCpp::GetMaximumSize() { in GetMaximumSize() function in CefTextfieldCToCpp
Dwindow_ctocpp.cc1333 NO_SANITIZE("cfi-icall") CefSize CefWindowCToCpp::GetMaximumSize() { in GetMaximumSize() function in CefWindowCToCpp
/third_party/cef/tests/ceftests/views/
Dpanel_unittest.cc607 CefSize GetMaximumSize(CefRefPtr<CefView> view) override { in GetMaximumSize() function in __anone8726fd20311::SizingPanelDelegate