Home
last modified time | relevance | path

Searched refs:screen_point_in_px (Results 1 – 2 of 2) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/widget/desktop_aura/
H A Dwindow_event_filter_linux.cc166 auto screen_point_in_px = event->location(); in MaybeDispatchHostWindowDragMovement() local
167 screen_point_in_px.Offset(bounds_in_px.x(), bounds_in_px.y()); in MaybeDispatchHostWindowDragMovement()
168 handler_->DispatchHostWindowDragMovement(hittest, screen_point_in_px); in MaybeDispatchHostWindowDragMovement()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/widget/desktop_aura/
H A Dwindow_event_filter_linux.cc170 auto screen_point_in_px = event->location(); in MaybeDispatchHostWindowDragMovement() local
171 screen_point_in_px.Offset(bounds_in_px.x(), bounds_in_px.y()); in MaybeDispatchHostWindowDragMovement()
172 handler_->DispatchHostWindowDragMovement(hittest, screen_point_in_px); in MaybeDispatchHostWindowDragMovement()