Home
last modified time | relevance | path

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

12

/third_party/cef/libcef_dll/cpptoc/views/
Dview_delegate_cpptoc.cc200 const cef_rect_t* new_bounds) { in view_delegate_on_layout_changed() argument
213 DCHECK(new_bounds); in view_delegate_on_layout_changed()
214 if (!new_bounds) in view_delegate_on_layout_changed()
218 CefRect new_boundsVal = new_bounds ? *new_bounds : CefRect(); in view_delegate_on_layout_changed()
Dpanel_delegate_cpptoc.cc199 const cef_rect_t* new_bounds) { in panel_delegate_on_layout_changed() argument
212 DCHECK(new_bounds); in panel_delegate_on_layout_changed()
213 if (!new_bounds) in panel_delegate_on_layout_changed()
217 CefRect new_boundsVal = new_bounds ? *new_bounds : CefRect(); in panel_delegate_on_layout_changed()
Dbutton_delegate_cpptoc.cc240 const cef_rect_t* new_bounds) { in button_delegate_on_layout_changed() argument
253 DCHECK(new_bounds); in button_delegate_on_layout_changed()
254 if (!new_bounds) in button_delegate_on_layout_changed()
258 CefRect new_boundsVal = new_bounds ? *new_bounds : CefRect(); in button_delegate_on_layout_changed()
Dtextfield_delegate_cpptoc.cc255 const cef_rect_t* new_bounds) { in textfield_delegate_on_layout_changed() argument
268 DCHECK(new_bounds); in textfield_delegate_on_layout_changed()
269 if (!new_bounds) in textfield_delegate_on_layout_changed()
273 CefRect new_boundsVal = new_bounds ? *new_bounds : CefRect(); in textfield_delegate_on_layout_changed()
Dmenu_button_delegate_cpptoc.cc280 const cef_rect_t* new_bounds) { in menu_button_delegate_on_layout_changed() argument
293 DCHECK(new_bounds); in menu_button_delegate_on_layout_changed()
294 if (!new_bounds) in menu_button_delegate_on_layout_changed()
298 CefRect new_boundsVal = new_bounds ? *new_bounds : CefRect(); 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() argument
362 DCHECK(new_bounds); in browser_view_delegate_on_layout_changed()
363 if (!new_bounds) in browser_view_delegate_on_layout_changed()
367 CefRect new_boundsVal = new_bounds ? *new_bounds : CefRect(); in browser_view_delegate_on_layout_changed()
Dwindow_delegate_cpptoc.cc503 const cef_rect_t* new_bounds) { in window_delegate_on_layout_changed() argument
516 DCHECK(new_bounds); in window_delegate_on_layout_changed()
517 if (!new_bounds) in window_delegate_on_layout_changed()
521 CefRect new_boundsVal = new_bounds ? *new_bounds : CefRect(); in window_delegate_on_layout_changed()
/third_party/cef/libcef/browser/views/
Dview_view.h166 const auto new_bounds = ParentClass::bounds(); in Layout() local
167 CefRect new_rect(new_bounds.x(), new_bounds.y(), new_bounds.width(), in Layout()
168 new_bounds.height()); in Layout()
Doverlay_view_host.cc269 gfx::Rect new_bounds = bounds; in SetOverlayBounds() local
272 new_bounds.Intersect(window_view_->bounds()); in SetOverlayBounds()
274 if (new_bounds == bounds_) in SetOverlayBounds()
279 bounds_ = new_bounds; in SetOverlayBounds()
Dwindow_view.h83 const gfx::Rect& new_bounds) override;
/third_party/cef/libcef_dll/ctocpp/views/
Dpanel_delegate_ctocpp.cc196 const CefRect& new_bounds) { in OnLayoutChanged() argument
212 _struct->on_layout_changed(_struct, CefViewCppToC::Wrap(view), &new_bounds); in OnLayoutChanged()
Dview_delegate_ctocpp.cc194 const CefRect& new_bounds) { in OnLayoutChanged() argument
209 _struct->on_layout_changed(_struct, CefViewCppToC::Wrap(view), &new_bounds); in OnLayoutChanged()
Dbutton_delegate_ctocpp.cc236 const CefRect& new_bounds) { in OnLayoutChanged() argument
252 _struct->on_layout_changed(_struct, CefViewCppToC::Wrap(view), &new_bounds); in OnLayoutChanged()
Dtextfield_delegate_ctocpp.cc241 const CefRect& new_bounds) { in OnLayoutChanged() argument
257 _struct->on_layout_changed(_struct, CefViewCppToC::Wrap(view), &new_bounds); in OnLayoutChanged()
Dmenu_button_delegate_ctocpp.cc268 const CefRect& new_bounds) { in OnLayoutChanged() argument
284 _struct->on_layout_changed(_struct, CefViewCppToC::Wrap(view), &new_bounds); in OnLayoutChanged()
Dpanel_delegate_ctocpp.h52 const CefRect& new_bounds) override;
Dview_delegate_ctocpp.h51 const CefRect& new_bounds) override;
Dbutton_delegate_ctocpp.h56 const CefRect& new_bounds) override;
Dtextfield_delegate_ctocpp.h57 const CefRect& new_bounds) override;
Dmenu_button_delegate_ctocpp.h62 const CefRect& new_bounds) override;
Dbrowser_view_delegate_ctocpp.h69 const CefRect& new_bounds) override;
Dbrowser_view_delegate_ctocpp.cc337 const CefRect& new_bounds) { in OnLayoutChanged() argument
353 _struct->on_layout_changed(_struct, CefViewCppToC::Wrap(view), &new_bounds); in OnLayoutChanged()
Dwindow_delegate_ctocpp.h71 const CefRect& new_bounds) override;
/third_party/cef/include/views/
Dcef_view_delegate.h119 const CefRect& new_bounds) {} in OnLayoutChanged() argument
/third_party/cef/include/capi/views/
Dcef_view_delegate_capi.h129 const cef_rect_t* new_bounds);

12