createRecordForEvent  924 Source/core/inspector/InspectorTimelineAgent.cpp     state.recordStack.addInstantRecord(createRecordForEvent(event, TimelineRecordType::BeginFrame, JSONObject::create()));
createRecordForEvent  998 Source/core/inspector/InspectorTimelineAgent.cpp     state.recordStack.addInstantRecord(createRecordForEvent(event, TimelineRecordType::RequestMainThreadFrame, JSONObject::create()));
createRecordForEvent 1008 Source/core/inspector/InspectorTimelineAgent.cpp     state.recordStack.addInstantRecord(createRecordForEvent(event, TimelineRecordType::ActivateLayerTree, TimelineRecordFactory::createFrameData(frameId)));
createRecordForEvent 1017 Source/core/inspector/InspectorTimelineAgent.cpp     state.recordStack.addInstantRecord(createRecordForEvent(event, TimelineRecordType::DrawFrame, JSONObject::create()));
createRecordForEvent  281 Source/core/inspector/InspectorTimelineAgent.h     PassRefPtr<TypeBuilder::Timeline::TimelineEvent> createRecordForEvent(const TraceEventDispatcher::TraceEvent&, const String& type, PassRefPtr<JSONObject> data);