Home
last modified time | relevance | path

Searched refs:EventPath (Results 1 – 25 of 26) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/events/
DEventPath.cpp41 EventTarget* EventPath::eventTargetRespectingTargetRules(Node* referenceNode) in eventTargetRespectingTargetRules()
69 EventPath::EventPath(Event* event) in EventPath() function in blink::EventPath
75 EventPath::EventPath(Node* node) in EventPath() function in blink::EventPath
82 void EventPath::resetWith(Node* node) in resetWith()
93 void EventPath::addNodeEventContext(Node* node) in addNodeEventContext()
98 void EventPath::calculatePath() in calculatePath()
140 void EventPath::calculateTreeScopePrePostOrderNumbers() in calculateTreeScopePrePostOrderNumbers()
166 TreeScopeEventContext* EventPath::ensureTreeScopeEventContext(Node* currentTarget, TreeScope* treeS… in ensureTreeScopeEventContext()
192 void EventPath::calculateAdjustedTargets() in calculateAdjustedTargets()
212 void EventPath::buildRelatedNodeMap(const Node* relatedNode, RelatedTargetMap& relatedTargetMap) in buildRelatedNodeMap()
[all …]
DEventPath.h45 class EventPath FINAL : public NoBaseWillBeGarbageCollected<EventPath> {
47 explicit EventPath(Event*);
48 explicit EventPath(Node*);
66 EventPath();
DEvent.h179 EventPath& eventPath() { ASSERT(m_eventPath); return *m_eventPath; } in eventPath()
180 EventPath& ensureEventPath();
212 OwnPtrWillBeMember<EventPath> m_eventPath;
DTreeScopeEventContext.h39 class EventPath; variable
64 PassRefPtrWillBeRawPtr<StaticNodeList> ensureEventPath(EventPath&);
DEventDispatcher.cpp70 mediator->event()->setTarget(EventPath::eventTargetRespectingTargetRules(node)); in dispatchScopedEvent()
116 m_event->setTarget(EventPath::eventTargetRespectingTargetRules(m_node.get())); in dispatch()
199 m_event->setTarget(EventPath::eventTargetRespectingTargetRules(m_node.get())); in dispatchEventPostProcess()
DEvent.cpp215 EventPath& Event::ensureEventPath() in ensureEventPath()
218 m_eventPath = adoptPtrWillBeNoop(new EventPath(this)); in ensureEventPath()
DTreeScopeEventContext.cpp37 PassRefPtrWillBeRawPtr<StaticNodeList> TreeScopeEventContext::ensureEventPath(EventPath& path) in ensureEventPath()
DEvent.idl73 [MeasureAs=EventPath] readonly attribute NodeList path;
/external/chromium_org/third_party/WebKit/Source/core/frame/
DUseCounter.h334 EventPath = 345, enumerator
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorTimelineAgent.h143 …ent* document, const Event& event, LocalDOMWindow* window, Node* node, const EventPath& eventPath);
DInspectorTimelineAgent.cpp268 …ners(const AtomicString& eventType, LocalDOMWindow* window, Node* node, const EventPath& eventPath) in eventHasListeners()
495 …ment* document, const Event& event, LocalDOMWindow* window, Node* node, const EventPath& eventPath) in willDispatchEvent()
DInspectorInstrumentation.idl161 …Cookie willDispatchEvent([Keep] Document*, const Event&, LocalDOMWindow*, Node*, const EventPath&);
/external/chromium_org/third_party/WebKit/Source/core/dom/
DTreeScope.cpp378 EventPath eventPath(element); in adjustedFocusedElement()
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_dom.target.darwin-x86.mk186 third_party/WebKit/Source/core/events/EventPath.cpp \
Dwebcore_dom.target.linux-x86.mk186 third_party/WebKit/Source/core/events/EventPath.cpp \
Dwebcore_dom.target.darwin-arm64.mk186 third_party/WebKit/Source/core/events/EventPath.cpp \
Dwebcore_dom.target.linux-arm64.mk186 third_party/WebKit/Source/core/events/EventPath.cpp \
Dwebcore_dom.target.linux-mips.mk186 third_party/WebKit/Source/core/events/EventPath.cpp \
Dwebcore_dom.target.darwin-mips.mk186 third_party/WebKit/Source/core/events/EventPath.cpp \
Dwebcore_dom.target.darwin-mips64.mk186 third_party/WebKit/Source/core/events/EventPath.cpp \
Dwebcore_dom.target.linux-mips64.mk186 third_party/WebKit/Source/core/events/EventPath.cpp \
Dwebcore_dom.target.darwin-x86_64.mk186 third_party/WebKit/Source/core/events/EventPath.cpp \
Dwebcore_dom.target.linux-x86_64.mk186 third_party/WebKit/Source/core/events/EventPath.cpp \
Dwebcore_dom.target.linux-arm.mk186 third_party/WebKit/Source/core/events/EventPath.cpp \
Dwebcore_dom.target.darwin-arm.mk186 third_party/WebKit/Source/core/events/EventPath.cpp \

12