createEventDispatchData  478 Source/core/inspector/InspectorTimelineAgent.cpp     pushCurrentRecord(TimelineRecordFactory::createEventDispatchData(event), TimelineRecordType::EventDispatch, false, document->frame());
createEventDispatchData  486 Source/core/inspector/InspectorTimelineAgent.cpp     pushCurrentRecord(TimelineRecordFactory::createEventDispatchData(event), TimelineRecordType::EventDispatch, false, window->frame());
createEventDispatchData   56 Source/core/inspector/TimelineRecordFactory.h     static PassRefPtr<JSONObject> createEventDispatchData(const Event&);