Home
last modified time | relevance | path

Searched refs:set_bounds_event (Results 1 – 3 of 3) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/
H A Dclient_controlled_state.cc232 const auto* set_bounds_event = in HandleBoundsEvents() local
234 const gfx::Rect& bounds = set_bounds_event->requested_bounds(); in HandleBoundsEvents()
252 bounds_change_animation_duration_ = set_bounds_event->duration(); in HandleBoundsEvents()
253 int64_t display_id = set_bounds_event->display_id(); in HandleBoundsEvents()
H A Ddefault_state.cc318 const SetBoundsWMEvent* set_bounds_event = in HandleBoundsEvents() local
320 SetBounds(window_state, set_bounds_event); in HandleBoundsEvents()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/pip/
H A Dpip_window_resizer_unittest.cc51 const auto* set_bounds_event = in OnWMEvent() local
53 last_bounds_ = set_bounds_event->requested_bounds(); in OnWMEvent()