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

/external/chromium_org/third_party/WebKit/Source/core/events/
H A DEventRetargeter.cpp66 adjustTouchList(node, touchEvent.touches(), eventPath, eventPathTouches);
67 adjustTouchList(node, touchEvent.targetTouches(), eventPath, eventPathTargetTouches);
68 adjustTouchList(node, touchEvent.changedTouches(), eventPath, eventPathChangedTouches);
87 void EventRetargeter::adjustTouchList(const Node* node, const TouchList* touchList, const EventPath& eventPath, EventPathTouchLists& eventPathTouchLists) function in class:WebCore::EventRetargeter

Completed in 98 milliseconds