Home
last modified time | relevance | path

Searched refs:OnTouchReleaseEvent (Results 1 – 4 of 4) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/ozone/platform/wayland/host/
H A Dwayland_touch.h70 virtual void OnTouchReleaseEvent(base::TimeTicks timestamp, PointerId id) = 0;
H A Dwayland_touch.cc69 touch->delegate_->OnTouchReleaseEvent(timestamp, id); in Up()
H A Dwayland_event_source.h114 void OnTouchReleaseEvent(base::TimeTicks timestamp, PointerId id) override;
H A Dwayland_event_source.cc289 void WaylandEventSource::OnTouchReleaseEvent(base::TimeTicks timestamp, in OnTouchReleaseEvent() function in ui::WaylandEventSource