Home | History | Annotate | Download | only in chromium

Lines Matching refs:WebTouchPoint

52 #include "WebTouchPoint.h"
96 static Vector<WebTouchPoint> touchPoints;
844 WebTouchPoint touchPoint;
845 touchPoint.state = WebTouchPoint::StatePressed;
865 WebTouchPoint* touchPoint = &touchPoints[index];
866 touchPoint->state = WebTouchPoint::StateReleased;
898 WebTouchPoint* touchPoint = &touchPoints[index];
899 touchPoint->state = WebTouchPoint::StateMoved;
911 WebTouchPoint* touchPoint = &touchPoints[index];
912 touchPoint->state = WebTouchPoint::StateCancelled;
930 WebTouchPoint* touchPoint = &touchPoints[i];
931 if (touchPoint->state == WebTouchPoint::StateReleased) {
935 touchPoint->state = WebTouchPoint::StateStationary;