Home
last modified time | relevance | path

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

/third_party/cef/include/views/
Dcef_view_delegate.h118 virtual void OnLayoutChanged(CefRefPtr<CefView> view, in OnLayoutChanged() function
/third_party/cef/libcef_dll/ctocpp/views/
Dpanel_delegate_ctocpp.h51 void OnLayoutChanged(CefRefPtr<CefView> view,
Dview_delegate_ctocpp.h50 void OnLayoutChanged(CefRefPtr<CefView> view,
Dbutton_delegate_ctocpp.h55 void OnLayoutChanged(CefRefPtr<CefView> view,
Dtextfield_delegate_ctocpp.h56 void OnLayoutChanged(CefRefPtr<CefView> view,
Dmenu_button_delegate_ctocpp.h61 void OnLayoutChanged(CefRefPtr<CefView> view,
Dbrowser_view_delegate_ctocpp.h68 void OnLayoutChanged(CefRefPtr<CefView> view,
Dwindow_delegate_ctocpp.h70 void OnLayoutChanged(CefRefPtr<CefView> view,
Dpanel_delegate_ctocpp.cc195 void CefPanelDelegateCToCpp::OnLayoutChanged(CefRefPtr<CefView> view, in OnLayoutChanged() function in CefPanelDelegateCToCpp
Dview_delegate_ctocpp.cc193 void CefViewDelegateCToCpp::OnLayoutChanged(CefRefPtr<CefView> view, in OnLayoutChanged() function in CefViewDelegateCToCpp
Dbutton_delegate_ctocpp.cc235 void CefButtonDelegateCToCpp::OnLayoutChanged(CefRefPtr<CefView> view, in OnLayoutChanged() function in CefButtonDelegateCToCpp
Dtextfield_delegate_ctocpp.cc240 void CefTextfieldDelegateCToCpp::OnLayoutChanged(CefRefPtr<CefView> view, in OnLayoutChanged() function in CefTextfieldDelegateCToCpp
Dmenu_button_delegate_ctocpp.cc267 void CefMenuButtonDelegateCToCpp::OnLayoutChanged(CefRefPtr<CefView> view, in OnLayoutChanged() function in CefMenuButtonDelegateCToCpp
Dbrowser_view_delegate_ctocpp.cc336 void CefBrowserViewDelegateCToCpp::OnLayoutChanged(CefRefPtr<CefView> view, in OnLayoutChanged() function in CefBrowserViewDelegateCToCpp
Dwindow_delegate_ctocpp.cc485 void CefWindowDelegateCToCpp::OnLayoutChanged(CefRefPtr<CefView> view, in OnLayoutChanged() function in CefWindowDelegateCToCpp
/third_party/cef/libcef_dll/cpptoc/views/
Dview_delegate_cpptoc.cc221 CefViewDelegateCppToC::Get(self)->OnLayoutChanged(CefViewCToCpp::Wrap(view), in view_delegate_on_layout_changed()
Dpanel_delegate_cpptoc.cc221 ->OnLayoutChanged(CefViewCToCpp::Wrap(view), new_boundsVal); in panel_delegate_on_layout_changed()
Dbutton_delegate_cpptoc.cc262 ->OnLayoutChanged(CefViewCToCpp::Wrap(view), new_boundsVal); in button_delegate_on_layout_changed()
Dtextfield_delegate_cpptoc.cc278 ->OnLayoutChanged(CefViewCToCpp::Wrap(view), new_boundsVal); in textfield_delegate_on_layout_changed()
Dmenu_button_delegate_cpptoc.cc303 ->OnLayoutChanged(CefViewCToCpp::Wrap(view), new_boundsVal); in menu_button_delegate_on_layout_changed()
Dbrowser_view_delegate_cpptoc.cc372 ->OnLayoutChanged(CefViewCToCpp::Wrap(view), new_boundsVal); in browser_view_delegate_on_layout_changed()
Dwindow_delegate_cpptoc.cc525 ->OnLayoutChanged(CefViewCToCpp::Wrap(view), new_boundsVal); in window_delegate_on_layout_changed()
/third_party/cef/libcef/browser/views/
Dview_view.h169 cef_delegate()->OnLayoutChanged(GetCefView(), new_rect); in Layout()
/third_party/cef/tests/cefclient/browser/
Dviews_window.h173 void OnLayoutChanged(CefRefPtr<CefView> view,
Dviews_window.cc744 void ViewsWindow::OnLayoutChanged(CefRefPtr<CefView> view, in OnLayoutChanged() function in client::ViewsWindow