Searched refs:createBackgroundRecord (Results 1 – 3 of 3) sorted by relevance
51 …static PassRefPtr<JSONObject> createBackgroundRecord(double startTime, const String& thread, const…
930 …RefPtr<JSONObject> record = TimelineRecordFactory::createBackgroundRecord(timeestamp, String::numb… in onRasterTaskBegin()960 …state.recordStack.addScopedRecord(TimelineRecordFactory::createBackgroundRecord(timeestamp, String… in onImageDecodeBegin()1025 …m_pendingGPURecord = TimelineRecordFactory::createBackgroundRecord(timelineTimestamp, "gpu", Timel… in processGPUEvent()1246 …return TimelineRecordFactory::createBackgroundRecord(timeestamp, String::number(event.threadIdenti… in createRecordForEvent()
59 PassRefPtr<JSONObject> TimelineRecordFactory::createBackgroundRecord(double startTime, const String… in createBackgroundRecord() function in WebCore::TimelineRecordFactory