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

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
TimelineRecordFactory.h 97 static PassRefPtr<JSONObject> createPaintData(const FloatQuad&, long long layerRootNodeId, int graphicsLayerId);
TimelineRecordFactory.cpp 260 PassRefPtr<JSONObject> TimelineRecordFactory::createPaintData(const FloatQuad& quad, long long layerRootNodeId, int graphicsLayerId)
InspectorTimelineAgent.cpp 584 entry.data = TimelineRecordFactory::createPaintData(quad, nodeId(renderer), graphicsLayerId);
    [all...]

Completed in 26 milliseconds