Searched refs:willDispatchEvent (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DEventDispatcher.cpp114 InspectorInstrumentationCookie cookie = InspectorInstrumentation::willDispatchEvent(m_node->document(), *m_event, windowEventContext.window(), m_node.get(), m_eventPath);
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorTimelineAgent.h118 void willDispatchEvent(const Event&, Frame*);
H A DInspectorInstrumentation.cpp397 timelineAgent->willDispatchEvent(event, document->frame());
425 timelineAgent->willDispatchEvent(event, window ? window->frame() : 0);
H A DInspectorTimelineAgent.cpp245 void InspectorTimelineAgent::willDispatchEvent(const Event& event, Frame* frame) function in class:WebCore::InspectorTimelineAgent
H A DInspectorInstrumentation.h151 static InspectorInstrumentationCookie willDispatchEvent(Document*, const Event&, DOMWindow*, Node*, const EventPath&);
885 inline InspectorInstrumentationCookie InspectorInstrumentation::willDispatchEvent(Document* document, const Event& event, DOMWindow* window, Node* node, const EventPath& eventPath) function in class:WebCore::InspectorInstrumentation

Completed in 158 milliseconds