Home
last modified time | relevance | path

Searched defs:touchPoints (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
DPlatformTouchEvent.h37 const Vector<PlatformTouchPoint>& touchPoints() const { return m_touchPoints; } in touchPoints() function
/external/chromium_org/third_party/WebKit/Source/web/
DWebInputEvent.cpp62 WebTouchPoint touchPoints[WebTouchEvent::touchesLengthCap]; member
DWebInputEventConversion.cpp758 static bool hasTouchPointWithId(const WebTouchPoint* touchPoints, unsigned touchPointsLength, unsig… in hasTouchPointWithId()
767 …idget* widget, WebTouchPoint::State state, TouchList* touches, WebTouchPoint* touchPoints, unsigne… in addTouchPointsIfNotYetAdded()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorInputAgent.cpp184 …ispatchTouchEvent(ErrorString* error, const String& type, const RefPtr<JSONArray>& touchPoints, co… in dispatchTouchEvent()