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

/external/chromium_org/third_party/WebKit/Source/platform/
H A DPlatformTouchEvent.h37 const Vector<PlatformTouchPoint>& touchPoints() const { return m_touchPoints; } function in class:blink::PlatformTouchEvent
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebInputEvent.cpp62 WebTouchPoint touchPoints[WebTouchEvent::touchesLengthCap]; member in struct:blink::SameSizeAsWebTouchEvent
H A DWebInputEventConversion.cpp758 static bool hasTouchPointWithId(const WebTouchPoint* touchPoints, unsigned touchPointsLength, unsigned id) argument
761 if (touchPoints[i].id == static_cast<int>(id))
767 static void addTouchPointsIfNotYetAdded(const Widget* widget, WebTouchPoint::State state, TouchList* touches, WebTouchPoint* touchPoints, unsigned* touchPointsLength, const RenderObject* renderObject) argument
776 if (hasTouchPointWithId(touchPoints, initialTouchPointsLength, touch->identifier()))
779 touchPoints[pointIndex] = toWebTouchPoint(touch, renderObject, state);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorInputAgent.cpp184 void InspectorInputAgent::dispatchTouchEvent(ErrorString* error, const String& type, const RefPtr<JSONArray>& touchPoints, const int* modifiers, const double* timestamp) argument
204 for (iter = touchPoints->begin(); iter != touchPoints->end(); ++iter) {

Completed in 671 milliseconds