OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createGenericRecord
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/inspector/
TimelineRecordFactory.h
50
static PassRefPtr<JSONObject>
createGenericRecord
(double startTime, int maxCallStackDepth, const String& type);
InspectorTimelineAgent.cpp
254
RefPtr<JSONObject> record = TimelineRecordFactory::
createGenericRecord
(m_timeConverter.fromMonotonicallyIncreasingTime(i->startTime), m_maxCallStackDepth, TimelineRecordType::GCEvent);
426
m_pendingFrameRecord = TimelineRecordFactory::
createGenericRecord
(timestamp(), 0, TimelineRecordType::BeginFrame);
568
RefPtr<JSONObject> paintSetupRecord = TimelineRecordFactory::
createGenericRecord
(paintSetupStart, 0, TimelineRecordType::PaintSetup);
[
all
...]
TimelineRecordFactory.cpp
45
PassRefPtr<JSONObject> TimelineRecordFactory::
createGenericRecord
(double startTime, int maxCallStackDepth, const String& type)
Completed in 24 milliseconds