HomeSort by relevance Sort by last modified time
    Searched defs:touchPoints (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/platform/
PlatformTouchEvent.h 80 const Vector<PlatformTouchPoint>& touchPoints() const { return m_touchPoints; }
  /external/webkit/Source/WebKit/chromium/public/
WebInputEvent.h 311 WebTouchPoint touchPoints[touchPointsLengthCap];
  /external/webkit/Tools/DumpRenderTree/chromium/
EventSender.cpp 96 static Vector<WebTouchPoint> touchPoints;
324 touchPoints.clear();
848 touchPoint.id = touchPoints.size();
849 touchPoints.append(touchPoint);
855 touchPoints.clear();
863 ASSERT(index < touchPoints.size());
865 WebTouchPoint* touchPoint = &touchPoints[index];
895 ASSERT(index < touchPoints.size());
898 WebTouchPoint* touchPoint = &touchPoints[index];
    [all...]
  /external/webkit/Source/WebKit2/Shared/
WebEvent.h 314 const Vector<WebPlatformTouchPoint>& touchPoints() const { return m_touchPoints; }

Completed in 68 milliseconds