Home
last modified time | relevance | path

Searched refs:GetMinimumSize (Results 1 – 25 of 57) sorted by relevance

123

/third_party/cef/libcef/browser/views/
Dview_view.h73 gfx::Size GetMinimumSize() const override;
116 CEF_VIEW_VIEW_T gfx::Size CEF_VIEW_VIEW_D::GetMinimumSize() const { in GetMinimumSize() function
119 CefSize cef_size = cef_delegate()->GetMinimumSize(GetCefView()); in GetMinimumSize()
127 result = ParentClass::GetMinimumSize(); in GetMinimumSize()
Dview_impl.h392 CefSize GetMinimumSize() override;
602 CEF_VIEW_IMPL_T CefSize CEF_VIEW_IMPL_D::GetMinimumSize() { in GetMinimumSize() function
604 const gfx::Size& size = root_view()->GetMinimumSize(); in GetMinimumSize()
Dwindow_view.cc203 gfx::Size GetMinimumSize() const override { in GetMinimumSize() function in __anona0ed32eb0111::CaptionlessFrameView
206 gfx::Rect(widget_->client_view()->GetMinimumSize())) in GetMinimumSize()
/third_party/cef/include/views/
Dcef_view_delegate.h65 virtual CefSize GetMinimumSize(CefRefPtr<CefView> view) { return CefSize(); } in GetMinimumSize() function
Dcef_view.h259 virtual CefSize GetMinimumSize() = 0;
/third_party/cef/libcef_dll/ctocpp/views/
Dview_delegate_ctocpp.h40 CefSize GetMinimumSize(CefRefPtr<CefView> view) override;
Dpanel_delegate_ctocpp.h41 CefSize GetMinimumSize(CefRefPtr<CefView> view) override;
Dtextfield_delegate_ctocpp.h46 CefSize GetMinimumSize(CefRefPtr<CefView> view) override;
Dbutton_delegate_ctocpp.h45 CefSize GetMinimumSize(CefRefPtr<CefView> view) override;
Dmenu_button_delegate_ctocpp.h51 CefSize GetMinimumSize(CefRefPtr<CefView> view) override;
Dbrowser_view_delegate_ctocpp.h58 CefSize GetMinimumSize(CefRefPtr<CefView> view) override;
Dwindow_delegate_ctocpp.h60 CefSize GetMinimumSize(CefRefPtr<CefView> view) override;
Dview_ctocpp.h77 CefSize GetMinimumSize() override;
Dscroll_view_ctocpp.h75 CefSize GetMinimumSize() override;
Dbrowser_view_ctocpp.h71 CefSize GetMinimumSize() override;
Dbutton_ctocpp.h75 CefSize GetMinimumSize() override;
Dpanel_ctocpp.h88 CefSize GetMinimumSize() override;
Dmenu_button_ctocpp.h94 CefSize GetMinimumSize() override;
Dlabel_button_ctocpp.h90 CefSize GetMinimumSize() override;
Dtextfield_ctocpp.h101 CefSize GetMinimumSize() override;
Dpanel_delegate_ctocpp.cc47 CefSize CefPanelDelegateCToCpp::GetMinimumSize(CefRefPtr<CefView> view) { in GetMinimumSize() function in CefPanelDelegateCToCpp
Dwindow_ctocpp.h131 CefSize GetMinimumSize() override;
Dview_delegate_ctocpp.cc51 CefSize CefViewDelegateCToCpp::GetMinimumSize(CefRefPtr<CefView> view) { in GetMinimumSize() function in CefViewDelegateCToCpp
/third_party/cef/libcef_dll/cpptoc/views/
Dview_delegate_cpptoc.cc68 cef_size_t _retval = CefViewDelegateCppToC::Get(self)->GetMinimumSize( in view_delegate_get_minimum_size()
Dpanel_delegate_cpptoc.cc66 ->GetMinimumSize(CefViewCToCpp::Wrap(view)); in panel_delegate_get_minimum_size()

123