Home | History | Annotate | Download | only in renderer_host

Lines Matching defs:touch_event_

579     touch_event_.SetTimestamp(timestamp);
585 host_->ForwardTouchEventWithLatencyInfo(touch_event_, ui::LatencyInfo());
587 touch_event_.ResetPoints();
591 return touch_event_.PressPoint(x, y);
595 touch_event_.MovePoint(index, x, y);
599 touch_event_.ReleasePoint(index);
625 SyntheticWebTouchEvent touch_event_;