Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DTimelineRecordFactory.h50 …static PassRefPtr<JSONObject> createGenericRecord(double startTime, int maxCallStackDepth, const S…
DInspectorTimelineAgent.cpp254 …RefPtr<JSONObject> record = TimelineRecordFactory::createGenericRecord(m_timeConverter.fromMonoton… in pushGCEventRecords()
426 …m_pendingFrameRecord = TimelineRecordFactory::createGenericRecord(timestamp(), 0, TimelineRecordTy… in didBeginFrame()
568 …RefPtr<JSONObject> paintSetupRecord = TimelineRecordFactory::createGenericRecord(paintSetupStart, … in willPaint()
1149 …RefPtr<JSONObject> record = TimelineRecordFactory::createGenericRecord(timestamp(), captureCallSta… in appendRecord()
1170 …RefPtr<JSONObject> record = TimelineRecordFactory::createGenericRecord(timestamp(), captureCallSta… in pushCurrentRecord()
DTimelineRecordFactory.cpp45 PassRefPtr<JSONObject> TimelineRecordFactory::createGenericRecord(double startTime, int maxCallStac… in createGenericRecord() function in WebCore::TimelineRecordFactory