Home
last modified time | relevance | path

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

/third_party/cef/include/views/
Dcef_view_delegate.h119 const CefRect& new_bounds) {} in OnLayoutChanged()
/third_party/cef/libcef/browser/views/
Dview_view.h166 const auto new_bounds = ParentClass::bounds(); in Layout() local
Doverlay_view_host.cc269 gfx::Rect new_bounds = bounds; in SetOverlayBounds() local
Dwindow_view.cc494 const gfx::Rect& new_bounds) { in OnWidgetBoundsChanged()
/third_party/cef/libcef_dll/ctocpp/views/
Dview_delegate_ctocpp.cc194 const CefRect& new_bounds) { in OnLayoutChanged()
Dpanel_delegate_ctocpp.cc196 const CefRect& new_bounds) { in OnLayoutChanged()
Dbutton_delegate_ctocpp.cc236 const CefRect& new_bounds) { in OnLayoutChanged()
Dtextfield_delegate_ctocpp.cc241 const CefRect& new_bounds) { in OnLayoutChanged()
Dmenu_button_delegate_ctocpp.cc268 const CefRect& new_bounds) { in OnLayoutChanged()
Dbrowser_view_delegate_ctocpp.cc337 const CefRect& new_bounds) { in OnLayoutChanged()
Dwindow_delegate_ctocpp.cc486 const CefRect& new_bounds) { in OnLayoutChanged()
/third_party/cef/libcef_dll/cpptoc/views/
Dpanel_delegate_cpptoc.cc199 const cef_rect_t* new_bounds) { in panel_delegate_on_layout_changed()
Dview_delegate_cpptoc.cc200 const cef_rect_t* new_bounds) { in view_delegate_on_layout_changed()
Dbutton_delegate_cpptoc.cc240 const cef_rect_t* new_bounds) { in button_delegate_on_layout_changed()
Dtextfield_delegate_cpptoc.cc255 const cef_rect_t* new_bounds) { in textfield_delegate_on_layout_changed()
Dmenu_button_delegate_cpptoc.cc280 const cef_rect_t* new_bounds) { in menu_button_delegate_on_layout_changed()
Dbrowser_view_delegate_cpptoc.cc349 const cef_rect_t* new_bounds) { in browser_view_delegate_on_layout_changed()
Dwindow_delegate_cpptoc.cc503 const cef_rect_t* new_bounds) { in window_delegate_on_layout_changed()
/third_party/cef/tests/cefclient/browser/
Dviews_window.cc745 const CefRect& new_bounds) { in OnLayoutChanged()
/third_party/cef/libcef/browser/osr/
Drender_widget_host_view_osr.cc1548 const gfx::Rect& new_bounds = ::GetViewBounds(browser_impl_.get()); in SetViewBounds() local
/third_party/toybox/toys/pending/
Dvi.c654 size_t new_bounds = (1+end-from)/1024; in vi_yank() local