Home | History | Annotate | Download | only in input

Lines Matching refs:touches

493       if (touch_event_.touches[i].state == WebTouchPoint::StateReleased)
496 touch_event_.touches[point] = touch_event_.touches[i];
497 touch_event_.touches[point].state =
509 touch_event_.touches[touch_event_.touchesLength];
522 WebTouchPoint& point = touch_event_.touches[index];
525 touch_event_.touches[index].state = WebTouchPoint::StateMoved;
531 touch_event_.touches[index].state = WebTouchPoint::StateReleased;
1777 EXPECT_EQ(WebTouchPoint::StateMoved, event.touches[0].state);
1778 EXPECT_EQ(WebTouchPoint::StateMoved, event.touches[1].state);