Searched refs:EventDispatch (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DTimelineModel.js51 EventDispatch: "EventDispatch", property in class:WebInspector.TimelineModel.RecordType
H A DTimelinePresentationModel.js72 recordStyles[recordTypes.EventDispatch] = { title: WebInspector.UIString("Event"), category: categories["scripting"] };
1158 case WebInspector.TimelineModel.RecordType.EventDispatch:
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorTimelineAgent.cpp72 static const char EventDispatch[] = "EventDispatch"; member in namespace:WebCore::TimelineRecordType
247 pushCurrentRecord(TimelineRecordFactory::createEventDispatchData(event), TimelineRecordType::EventDispatch, false, frame); member in class:WebCore::TimelineRecordType
252 didCompleteCurrentRecord(TimelineRecordType::EventDispatch);

Completed in 186 milliseconds