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

/external/chromium_org/third_party/WebKit/Source/core/events/
H A DEventDispatcher.cpp113 InspectorInstrumentationCookie cookie = InspectorInstrumentation::willDispatchEvent(&m_node->document(), *m_event, windowEventContext.window(), m_node.get(), m_event->eventPath());
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorTimelineAgent.h161 bool willDispatchEvent(Document* document, const Event& event, DOMWindow* window, Node* node, const EventPath& eventPath);
H A DInspectorInstrumentation.idl167 InspectorInstrumentationCookie willDispatchEvent([Keep] Document*, const Event&, DOMWindow*, Node*, const EventPath&);
H A DInspectorTimelineAgent.cpp446 bool InspectorTimelineAgent::willDispatchEvent(Document* document, const Event& event, DOMWindow* window, Node* node, const EventPath& eventPath) function in class:WebCore::InspectorTimelineAgent

Completed in 280 milliseconds