Searched defs:timeestamp (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorTimelineAgent.cpp928 double timeestamp = m_timeConverter.fromMonotonicallyIncreasingTime(event.timestamp()); local
930 RefPtr<JSONObject> record = TimelineRecordFactory::createBackgroundRecord(timeestamp, String::number(event.threadIdentifier()), TimelineRecordType::Rasterize, data);
959 double timeestamp = m_timeConverter.fromMonotonicallyIncreasingTime(event.timestamp()); local
960 state.recordStack.addScopedRecord(TimelineRecordFactory::createBackgroundRecord(timeestamp, String::number(event.threadIdentifier()), TimelineRecordType::DecodeImage, data));
1245 double timeestamp = m_timeConverter.fromMonotonicallyIncreasingTime(event.timestamp()); local
1246 return TimelineRecordFactory::createBackgroundRecord(timeestamp, String::number(event.threadIdentifier()), type, data);

Completed in 32 milliseconds