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 95 static PassRefPtr<JSONObject> createPaintData(const FloatQuad&, long long layerRootNodeId);
TimelineRecordFactory.cpp 245 PassRefPtr<JSONObject> TimelineRecordFactory::createPaintData(const FloatQuad& quad, long long layerRootNodeId)
InspectorTimelineAgent.cpp 382 entry.data = TimelineRecordFactory::createPaintData(quad, idForNode(renderer->generatingNode()));

Completed in 75 milliseconds