HomeSort by relevance Sort by last modified time
    Searched full:graphicssnapshot (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorLayerTreeAgent.cpp 61 LayerSnapshot(int layerId, PassRefPtr<GraphicsContextSnapshot> graphicsSnapshot)
63 , graphicsSnapshot(graphicsSnapshot)
67 RefPtr<GraphicsContextSnapshot> graphicsSnapshot;
365 OwnPtr<ImageBuffer> imageBuffer = snapshot->graphicsSnapshot->replay(fromStep ? *fromStep : 0, toStep ? *toStep : 0);
374 OwnPtr<GraphicsContextSnapshot::Timings> timings = snapshot->graphicsSnapshot->profile(minRepeatCount ? *minRepeatCount : 1, minDuration ? *minDuration : 0);

Completed in 516 milliseconds