OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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