Home | History | Annotate | Download | only in renderer_host

Lines Matching defs:touch_event

352   const WebKit::WebTouchEvent& touch_event() { return touch_event_; }
2257 touch_state_->touch_event(), ui::LatencyInfo());
2259 const WebKit::WebTouchEvent& touch_event = touch_state_->touch_event();
2261 touch_event.timeStampSeconds * 1000);
2262 for (size_t i = 0; i < touch_event.touchesLength; ++i) {
2265 TouchEventFromWebTouchPoint(touch_event.touches[i], timestamp),