addInstantRecord 191 Source/core/inspector/InspectorTimelineAgent.cpp void addInstantRecord(PassRefPtr<TimelineEvent> record); addInstantRecord 924 Source/core/inspector/InspectorTimelineAgent.cpp state.recordStack.addInstantRecord(createRecordForEvent(event, TimelineRecordType::BeginFrame, JSONObject::create())); addInstantRecord 998 Source/core/inspector/InspectorTimelineAgent.cpp state.recordStack.addInstantRecord(createRecordForEvent(event, TimelineRecordType::RequestMainThreadFrame, JSONObject::create())); addInstantRecord 1008 Source/core/inspector/InspectorTimelineAgent.cpp state.recordStack.addInstantRecord(createRecordForEvent(event, TimelineRecordType::ActivateLayerTree, TimelineRecordFactory::createFrameData(frameId))); addInstantRecord 1017 Source/core/inspector/InspectorTimelineAgent.cpp state.recordStack.addInstantRecord(createRecordForEvent(event, TimelineRecordType::DrawFrame, JSONObject::create())); addInstantRecord 1346 Source/core/inspector/InspectorTimelineAgent.cpp addInstantRecord(last.record);