Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/
DPlatformTouchPoint.h38 TouchStateEnd // Placeholder: must remain the last item. enumerator
/external/chromium_org/third_party/WebKit/Source/core/page/
DEventHandler.cpp3614 } changedTouches[PlatformTouchPoint::TouchStateEnd]; in handleTouchEvent()
3755 ASSERT(pointState < PlatformTouchPoint::TouchStateEnd); in handleTouchEvent()
3769 for (unsigned state = 0; state != PlatformTouchPoint::TouchStateEnd; ++state) { in handleTouchEvent()