Home
last modified time | relevance | path

Searched refs:pointer_location_ (Results 1 – 6 of 6) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/ozone/platform/wayland/host/
H A Dwayland_event_source.cc156 pointer_location_ = location; in OnPointerFocusChanged()
190 MouseEvent event(type, pointer_location_, pointer_location_, in OnPointerButtonEvent()
199 pointer_location_ = location; in OnPointerMotionEvent()
201 MouseEvent event(ET_MOUSE_MOVED, pointer_location_, pointer_location_, in OnPointerMotionEvent()
208 MouseWheelEvent event(offset, pointer_location_, pointer_location_, in OnPointerAxisEvent()
229 pointer_location_, pointer_location_, now, in OnPointerFrameEvent()
H A Dwayland_window_drag_controller.cc196 pointer_location_ = location; in OnDragEnter()
222 pointer_location_ = location; in OnDragMotion()
259 pointer_delegate_->OnPointerMotionEvent({pointer_location_.x(), -1}); in OnDragLeave()
295 pointer_location_); in OnDataSourceFinish()
345 gfx::Vector2d offset = gfx::ToFlooredPoint(pointer_location_) - origin; in OnToplevelWindowCreated()
H A Dwayland_window_drag_controller.h130 gfx::PointF pointer_location_; variable
H A Dwayland_event_source.h164 gfx::PointF pointer_location_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/exo/
H A Dextended_drag_source.cc172 pointer_location_ = start_location; in OnToplevelWindowDragStarted()
195 pointer_location_ = event->root_location_f(); in OnToplevelWindowDragEvent()
278 gfx::Point screen_location = gfx::ToRoundedPoint(pointer_location_); in CalculateOrigin()
H A Dextended_drag_source.h108 gfx::PointF pointer_location_; variable