Home
last modified time | relevance | path

Searched defs:CanMaximize (Results 1 – 4 of 4) sorted by relevance

/third_party/cef/libcef/browser/native/
Dwindow_delegate_view.h40 bool CanMaximize() const override { return true; } in CanMaximize() function
/third_party/cef/include/views/
Dcef_window_delegate.h120 virtual bool CanMaximize(CefRefPtr<CefWindow> window) { return true; } in CanMaximize() function
/third_party/cef/libcef_dll/ctocpp/views/
Dwindow_delegate_ctocpp.cc199 bool CefWindowDelegateCToCpp::CanMaximize(CefRefPtr<CefWindow> window) { in CanMaximize() function in CefWindowDelegateCToCpp
/third_party/cef/libcef/browser/views/
Dwindow_view.cc380 bool CefWindowView::CanMaximize() const { in CanMaximize() function in CefWindowView