HomeSort by relevance Sort by last modified time
    Searched defs:eventPath (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/events/
EventContext.h 76 PassRefPtr<NodeList> eventPath() const { return m_eventPath; }
EventRetargeter.cpp 32 #include "core/events/EventPath.h"
42 adjustForRelatedTarget(node, mouseEvent.relatedTarget(), mouseEvent.eventPath());
47 adjustForRelatedTarget(node, focusEvent.relatedTarget(), focusEvent.eventPath());
52 EventPath& eventPath = touchEvent.eventPath();
53 size_t eventPathSize = eventPath.size();
60 TouchEventContext* touchEventContext = eventPath[i].ensureTouchEventContext();
66 adjustTouchList(node, touchEvent.touches(), eventPath, eventPathTouches);
67 adjustTouchList(node, touchEvent.targetTouches(), eventPath, eventPathTargetTouches)
    [all...]
Event.h 30 #include "core/events/EventPath.h"
178 EventPath& eventPath() { return m_eventPath; }
209 EventPath m_eventPath;

Completed in 148 milliseconds