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

/external/webkit/Source/WebCore/page/
H A DEventHandler.cpp3164 RefPtr<EventTarget> touchTarget; local
3167 touchTarget = node;
3172 touchTarget = node;
3176 touchTarget = m_originatingTouchPointTargets.take(touchPointTargetKey);
3178 touchTarget = m_originatingTouchPointTargets.get(touchPointTargetKey);
3182 if (!touchTarget.get())
3185 RefPtr<Touch> touch = Touch::create(doc->frame(), touchTarget.get(), point.id(),
3190 TargetTouchesMap::iterator targetTouchesIterator = touchesByTarget.find(touchTarget.get());
3192 targetTouchesIterator = touchesByTarget.set(touchTarget.get(), TouchList::create()).first;
3212 changedTouches[pointState].m_targets.add(touchTarget);
[all...]

Completed in 34 milliseconds