HomeSort by relevance Sort by last modified time
    Searched refs:createFrameData (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
TimelineRecordFactory.h 76 static PassRefPtr<JSONObject> createFrameData(int frameId);
TimelineRecordFactory.cpp 285 PassRefPtr<JSONObject> TimelineRecordFactory::createFrameData(int frameId)
InspectorTimelineAgent.cpp 476 m_pendingFrameRecord = TimelineRecordFactory::createGenericRecord(timestamp(), 0, TimelineRecordType::BeginFrame, TimelineRecordFactory::createFrameData(frameId));
    [all...]

Completed in 1415 milliseconds