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

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
TimelineRecordFactory.h 75 static PassRefPtr<JSONObject> createLayerData(long long layerRootNodeId);
TimelineRecordFactory.cpp 257 PassRefPtr<JSONObject> TimelineRecordFactory::createLayerData(long long rootNodeId)
InspectorTimelineAgent.cpp 609 RefPtr<TimelineEvent> paintSetupRecord = TimelineRecordFactory::createGenericRecord(paintSetupStart, 0, TimelineRecordType::PaintSetup, TimelineRecordFactory::createLayerData(nodeIdentifier));
645 pushCurrentRecord(TimelineRecordFactory::createLayerData(nodeId(renderer)), TimelineRecordType::ScrollLayer, false, renderer->frame());
    [all...]

Completed in 53 milliseconds