Home
last modified time | relevance | path

Searched defs:snapshotId (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorLayerTreeAgent.cpp314 …orLayerTreeAgent::makeSnapshot(ErrorString* errorString, const String& layerId, String* snapshotId) in makeSnapshot()
330 …ectorLayerTreeAgent::loadSnapshot(ErrorString* errorString, const String& data, String* snapshotId) in loadSnapshot()
347 void InspectorLayerTreeAgent::releaseSnapshot(ErrorString* errorString, const String& snapshotId) in releaseSnapshot()
357 …Snapshot* InspectorLayerTreeAgent::snapshotById(ErrorString* errorString, const String& snapshotId) in snapshotById()
367 void InspectorLayerTreeAgent::replaySnapshot(ErrorString* errorString, const String& snapshotId, co… in replaySnapshot()
376 void InspectorLayerTreeAgent::profileSnapshot(ErrorString* errorString, const String& snapshotId, c… in profileSnapshot()
392 void InspectorLayerTreeAgent::snapshotCommandLog(ErrorString* errorString, const String& snapshotId in snapshotCommandLog()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DPaintProfiler.js35 WebInspector.PaintProfilerSnapshot = function(snapshotId) argument