Home
last modified time | relevance | path

Searched refs:createBackgroundRecord (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DTimelineRecordFactory.h51 …static PassRefPtr<JSONObject> createBackgroundRecord(double startTime, const String& thread, const…
DInspectorTimelineAgent.cpp930 …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()
DTimelineRecordFactory.cpp59 PassRefPtr<JSONObject> TimelineRecordFactory::createBackgroundRecord(double startTime, const String… in createBackgroundRecord() function in WebCore::TimelineRecordFactory