Home | History | Annotate | Download | only in renderer_host

Lines Matching refs:touchesLength

778     for (unsigned int i = 0; i < touch_event_.touchesLength; ++i) {
787 touch_event_.touchesLength = point;
792 if (touch_event_.touchesLength == touch_event_.touchesLengthCap)
795 touch_event_.touches[touch_event_.touchesLength];
796 point.id = touch_event_.touchesLength;
801 ++touch_event_.touchesLength;