/external/chromium_org/third_party/WebKit/Source/core/events/ |
D | EventPath.cpp | 41 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 …]
|
D | EventPath.h | 45 class EventPath FINAL : public NoBaseWillBeGarbageCollected<EventPath> { 47 explicit EventPath(Event*); 48 explicit EventPath(Node*); 66 EventPath();
|
D | Event.h | 179 EventPath& eventPath() { ASSERT(m_eventPath); return *m_eventPath; } in eventPath() 180 EventPath& ensureEventPath(); 212 OwnPtrWillBeMember<EventPath> m_eventPath;
|
D | TreeScopeEventContext.h | 39 class EventPath; variable 64 PassRefPtrWillBeRawPtr<StaticNodeList> ensureEventPath(EventPath&);
|
D | EventDispatcher.cpp | 70 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()
|
D | Event.cpp | 215 EventPath& Event::ensureEventPath() in ensureEventPath() 218 m_eventPath = adoptPtrWillBeNoop(new EventPath(this)); in ensureEventPath()
|
D | TreeScopeEventContext.cpp | 37 PassRefPtrWillBeRawPtr<StaticNodeList> TreeScopeEventContext::ensureEventPath(EventPath& path) in ensureEventPath()
|
D | Event.idl | 73 [MeasureAs=EventPath] readonly attribute NodeList path;
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
D | UseCounter.h | 334 EventPath = 345, enumerator
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorTimelineAgent.h | 143 …ent* document, const Event& event, LocalDOMWindow* window, Node* node, const EventPath& eventPath);
|
D | InspectorTimelineAgent.cpp | 268 …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()
|
D | InspectorInstrumentation.idl | 161 …Cookie willDispatchEvent([Keep] Document*, const Event&, LocalDOMWindow*, Node*, const EventPath&);
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | TreeScope.cpp | 378 EventPath eventPath(element); in adjustedFocusedElement()
|
/external/chromium_org/third_party/WebKit/Source/core/ |
D | webcore_dom.target.darwin-x86.mk | 186 third_party/WebKit/Source/core/events/EventPath.cpp \
|
D | webcore_dom.target.linux-x86.mk | 186 third_party/WebKit/Source/core/events/EventPath.cpp \
|
D | webcore_dom.target.darwin-arm64.mk | 186 third_party/WebKit/Source/core/events/EventPath.cpp \
|
D | webcore_dom.target.linux-arm64.mk | 186 third_party/WebKit/Source/core/events/EventPath.cpp \
|
D | webcore_dom.target.linux-mips.mk | 186 third_party/WebKit/Source/core/events/EventPath.cpp \
|
D | webcore_dom.target.darwin-mips.mk | 186 third_party/WebKit/Source/core/events/EventPath.cpp \
|
D | webcore_dom.target.darwin-mips64.mk | 186 third_party/WebKit/Source/core/events/EventPath.cpp \
|
D | webcore_dom.target.linux-mips64.mk | 186 third_party/WebKit/Source/core/events/EventPath.cpp \
|
D | webcore_dom.target.darwin-x86_64.mk | 186 third_party/WebKit/Source/core/events/EventPath.cpp \
|
D | webcore_dom.target.linux-x86_64.mk | 186 third_party/WebKit/Source/core/events/EventPath.cpp \
|
D | webcore_dom.target.linux-arm.mk | 186 third_party/WebKit/Source/core/events/EventPath.cpp \
|
D | webcore_dom.target.darwin-arm.mk | 186 third_party/WebKit/Source/core/events/EventPath.cpp \
|