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

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

Completed in 70 milliseconds