Searched refs:willDispatchEventOnWindow (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorInstrumentation.h155 static InspectorInstrumentationCookie willDispatchEventOnWindow(Frame*, const Event& event, DOMWindow* window);
936 inline InspectorInstrumentationCookie InspectorInstrumentation::willDispatchEventOnWindow(Frame* frame, const Event& event, DOMWindow* window) function in class:WebCore::InspectorInstrumentation
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DDOMWindow.cpp1733 InspectorInstrumentationCookie cookie = InspectorInstrumentation::willDispatchEventOnWindow(frame(), *event, this);

Completed in 209 milliseconds