/third_party/cef/libcef_dll/cpptoc/views/ |
D | view_delegate_cpptoc.cc | 200 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()
|
D | panel_delegate_cpptoc.cc | 199 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()
|
D | button_delegate_cpptoc.cc | 240 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()
|
D | textfield_delegate_cpptoc.cc | 255 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()
|
D | menu_button_delegate_cpptoc.cc | 280 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()
|
D | browser_view_delegate_cpptoc.cc | 349 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()
|
D | window_delegate_cpptoc.cc | 503 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/ |
D | view_view.h | 166 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()
|
D | overlay_view_host.cc | 269 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()
|
D | window_view.h | 83 const gfx::Rect& new_bounds) override;
|
/third_party/cef/libcef_dll/ctocpp/views/ |
D | panel_delegate_ctocpp.cc | 196 const CefRect& new_bounds) { in OnLayoutChanged() argument 212 _struct->on_layout_changed(_struct, CefViewCppToC::Wrap(view), &new_bounds); in OnLayoutChanged()
|
D | view_delegate_ctocpp.cc | 194 const CefRect& new_bounds) { in OnLayoutChanged() argument 209 _struct->on_layout_changed(_struct, CefViewCppToC::Wrap(view), &new_bounds); in OnLayoutChanged()
|
D | button_delegate_ctocpp.cc | 236 const CefRect& new_bounds) { in OnLayoutChanged() argument 252 _struct->on_layout_changed(_struct, CefViewCppToC::Wrap(view), &new_bounds); in OnLayoutChanged()
|
D | textfield_delegate_ctocpp.cc | 241 const CefRect& new_bounds) { in OnLayoutChanged() argument 257 _struct->on_layout_changed(_struct, CefViewCppToC::Wrap(view), &new_bounds); in OnLayoutChanged()
|
D | menu_button_delegate_ctocpp.cc | 268 const CefRect& new_bounds) { in OnLayoutChanged() argument 284 _struct->on_layout_changed(_struct, CefViewCppToC::Wrap(view), &new_bounds); in OnLayoutChanged()
|
D | panel_delegate_ctocpp.h | 52 const CefRect& new_bounds) override;
|
D | view_delegate_ctocpp.h | 51 const CefRect& new_bounds) override;
|
D | button_delegate_ctocpp.h | 56 const CefRect& new_bounds) override;
|
D | textfield_delegate_ctocpp.h | 57 const CefRect& new_bounds) override;
|
D | menu_button_delegate_ctocpp.h | 62 const CefRect& new_bounds) override;
|
D | browser_view_delegate_ctocpp.h | 69 const CefRect& new_bounds) override;
|
D | browser_view_delegate_ctocpp.cc | 337 const CefRect& new_bounds) { in OnLayoutChanged() argument 353 _struct->on_layout_changed(_struct, CefViewCppToC::Wrap(view), &new_bounds); in OnLayoutChanged()
|
D | window_delegate_ctocpp.h | 71 const CefRect& new_bounds) override;
|
/third_party/cef/include/views/ |
D | cef_view_delegate.h | 119 const CefRect& new_bounds) {} in OnLayoutChanged() argument
|
/third_party/cef/include/capi/views/ |
D | cef_view_delegate_capi.h | 129 const cef_rect_t* new_bounds);
|