Home
last modified time | relevance | path

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

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/
H A DEventHandler.cpp3117 unsigned touchPointTargetKey = point.id() + 1; in handleTouchEvent() local
3120 m_originatingTouchPointTargets.set(touchPointTargetKey, node); in handleTouchEvent()
3125 touchTarget = m_originatingTouchPointTargets.take(touchPointTargetKey); in handleTouchEvent()
3127 touchTarget = m_originatingTouchPointTargets.get(touchPointTargetKey); in handleTouchEvent()