Home
last modified time | relevance | path

Searched defs:GetMinimumSize (Results 1 – 22 of 22) sorted by relevance

/third_party/cef/include/views/
Dcef_view_delegate.h65 virtual CefSize GetMinimumSize(CefRefPtr<CefView> view) { return CefSize(); } in GetMinimumSize() function
/third_party/cef/libcef/browser/views/
Dview_view.h116 CEF_VIEW_VIEW_T gfx::Size CEF_VIEW_VIEW_D::GetMinimumSize() const { in GetMinimumSize() function
Dview_impl.h602 CEF_VIEW_IMPL_T CefSize CEF_VIEW_IMPL_D::GetMinimumSize() { in GetMinimumSize() function
Dwindow_view.cc203 gfx::Size GetMinimumSize() const override { in GetMinimumSize() function in __anonf29234680111::CaptionlessFrameView
/third_party/cef/libcef_dll/ctocpp/views/
Dview_delegate_ctocpp.cc51 CefSize CefViewDelegateCToCpp::GetMinimumSize(CefRefPtr<CefView> view) { in GetMinimumSize() function in CefViewDelegateCToCpp
Dpanel_delegate_ctocpp.cc47 CefSize CefPanelDelegateCToCpp::GetMinimumSize(CefRefPtr<CefView> view) { in GetMinimumSize() function in CefPanelDelegateCToCpp
Dbutton_delegate_ctocpp.cc87 CefSize CefButtonDelegateCToCpp::GetMinimumSize(CefRefPtr<CefView> view) { in GetMinimumSize() function in CefButtonDelegateCToCpp
Dtextfield_delegate_ctocpp.cc91 CefSize CefTextfieldDelegateCToCpp::GetMinimumSize(CefRefPtr<CefView> view) { in GetMinimumSize() function in CefTextfieldDelegateCToCpp
Dmenu_button_delegate_ctocpp.cc118 CefSize CefMenuButtonDelegateCToCpp::GetMinimumSize(CefRefPtr<CefView> view) { in GetMinimumSize() function in CefMenuButtonDelegateCToCpp
Dbrowser_view_delegate_ctocpp.cc186 CefSize CefBrowserViewDelegateCToCpp::GetMinimumSize(CefRefPtr<CefView> view) { in GetMinimumSize() function in CefBrowserViewDelegateCToCpp
Dwindow_delegate_ctocpp.cc337 CefSize CefWindowDelegateCToCpp::GetMinimumSize(CefRefPtr<CefView> view) { in GetMinimumSize() function in CefWindowDelegateCToCpp
Dview_ctocpp.cc488 NO_SANITIZE("cfi-icall") CefSize CefViewCToCpp::GetMinimumSize() { in GetMinimumSize() function in CefViewCToCpp
Dbrowser_view_ctocpp.cc592 NO_SANITIZE("cfi-icall") CefSize CefBrowserViewCToCpp::GetMinimumSize() { in GetMinimumSize() function in CefBrowserViewCToCpp
Dscroll_view_ctocpp.cc627 NO_SANITIZE("cfi-icall") CefSize CefScrollViewCToCpp::GetMinimumSize() { in GetMinimumSize() function in CefScrollViewCToCpp
Dbutton_ctocpp.cc588 NO_SANITIZE("cfi-icall") CefSize CefButtonCToCpp::GetMinimumSize() { in GetMinimumSize() function in CefButtonCToCpp
Dpanel_ctocpp.cc720 NO_SANITIZE("cfi-icall") CefSize CefPanelCToCpp::GetMinimumSize() { in GetMinimumSize() function in CefPanelCToCpp
Dlabel_button_ctocpp.cc799 NO_SANITIZE("cfi-icall") CefSize CefLabelButtonCToCpp::GetMinimumSize() { in GetMinimumSize() function in CefLabelButtonCToCpp
Dmenu_button_ctocpp.cc845 NO_SANITIZE("cfi-icall") CefSize CefMenuButtonCToCpp::GetMinimumSize() { in GetMinimumSize() function in CefMenuButtonCToCpp
Dtextfield_ctocpp.cc1007 NO_SANITIZE("cfi-icall") CefSize CefTextfieldCToCpp::GetMinimumSize() { in GetMinimumSize() function in CefTextfieldCToCpp
Dwindow_ctocpp.cc1317 NO_SANITIZE("cfi-icall") CefSize CefWindowCToCpp::GetMinimumSize() { in GetMinimumSize() function in CefWindowCToCpp
/third_party/cef/tests/cefclient/browser/
Dviews_window.cc673 CefSize ViewsWindow::GetMinimumSize(CefRefPtr<CefView> view) { in GetMinimumSize() function in client::ViewsWindow
/third_party/cef/tests/ceftests/views/
Dpanel_unittest.cc601 CefSize GetMinimumSize(CefRefPtr<CefView> view) override { in GetMinimumSize() function in __anon55c5d5300311::SizingPanelDelegate