Home
last modified time | relevance | path

Searched refs:new_boundsVal (Results 1 – 7 of 7) sorted by relevance

/third_party/cef/libcef_dll/cpptoc/views/
Dpanel_delegate_cpptoc.cc217 CefRect new_boundsVal = new_bounds ? *new_bounds : CefRect(); in panel_delegate_on_layout_changed() local
221 ->OnLayoutChanged(CefViewCToCpp::Wrap(view), new_boundsVal); in panel_delegate_on_layout_changed()
Dview_delegate_cpptoc.cc218 CefRect new_boundsVal = new_bounds ? *new_bounds : CefRect(); in view_delegate_on_layout_changed() local
222 new_boundsVal); in view_delegate_on_layout_changed()
Dbutton_delegate_cpptoc.cc258 CefRect new_boundsVal = new_bounds ? *new_bounds : CefRect(); in button_delegate_on_layout_changed() local
262 ->OnLayoutChanged(CefViewCToCpp::Wrap(view), new_boundsVal); in button_delegate_on_layout_changed()
Dtextfield_delegate_cpptoc.cc273 CefRect new_boundsVal = new_bounds ? *new_bounds : CefRect(); in textfield_delegate_on_layout_changed() local
278 ->OnLayoutChanged(CefViewCToCpp::Wrap(view), new_boundsVal); in textfield_delegate_on_layout_changed()
Dmenu_button_delegate_cpptoc.cc298 CefRect new_boundsVal = new_bounds ? *new_bounds : CefRect(); in menu_button_delegate_on_layout_changed() local
303 ->OnLayoutChanged(CefViewCToCpp::Wrap(view), new_boundsVal); in menu_button_delegate_on_layout_changed()
Dbrowser_view_delegate_cpptoc.cc367 CefRect new_boundsVal = new_bounds ? *new_bounds : CefRect(); in browser_view_delegate_on_layout_changed() local
372 ->OnLayoutChanged(CefViewCToCpp::Wrap(view), new_boundsVal); in browser_view_delegate_on_layout_changed()
Dwindow_delegate_cpptoc.cc521 CefRect new_boundsVal = new_bounds ? *new_bounds : CefRect(); in window_delegate_on_layout_changed() local
525 ->OnLayoutChanged(CefViewCToCpp::Wrap(view), new_boundsVal); in window_delegate_on_layout_changed()