Searched refs:touchPointsLength (Results 1 – 4 of 4) sorted by relevance
512 if (touch_event_.touchPointsLength < in OnTouchEvent()514 point = &touch_event_.touchPoints[touch_event_.touchPointsLength++]; in OnTouchEvent()517 if (touch_event_.touchPointsLength == 1) { in OnTouchEvent()538 for (int i = 0; i < touch_event_.touchPointsLength; ++i) { in OnTouchEvent()571 for (int i = 0; i < touch_event_.touchPointsLength; ++i) { in OnTouchEvent()587 --touch_event_.touchPointsLength; in OnTouchEvent()589 i < touch_event_.touchPointsLength; in OnTouchEvent()593 if (touch_event_.touchPointsLength == 0) in OnTouchEvent()
310 int touchPointsLength; variable315 , touchPointsLength(0) in WebInputEvent()
226 for (int i = 0; i < event.touchPointsLength; ++i) in PlatformTouchEventBuilder()
924 touchEvent.touchPointsLength = touchPoints.size(); in sendCurrentTouchEvent()