Home
last modified time | relevance | path

Searched refs:TouchStateEnd (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/
DPlatformTouchPoint.h44 TouchStateEnd // Placeholder: must remain the last item. enumerator
/external/webkit/Source/WebCore/page/
DEventHandler.cpp3093 } changedTouches[PlatformTouchPoint::TouchStateEnd]; in handleTouchEvent()
3208 ASSERT(pointState < PlatformTouchPoint::TouchStateEnd); in handleTouchEvent()
3220 for (unsigned state = 0; state != PlatformTouchPoint::TouchStateEnd; ++state) { in handleTouchEvent()