Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/page/
DEventHandler.cpp3163 unsigned touchPointTargetKey = point.id() + 1; in handleTouchEvent() local
3171 m_originatingTouchPointTargets.set(touchPointTargetKey, node); in handleTouchEvent()
3176 touchTarget = m_originatingTouchPointTargets.take(touchPointTargetKey); in handleTouchEvent()
3178 touchTarget = m_originatingTouchPointTargets.get(touchPointTargetKey); in handleTouchEvent()