Searched refs:snapshotCommandLog (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContextRecorder.h52 PassRefPtr<JSONArray> snapshotCommandLog() const;
H A DGraphicsContextRecorder.cpp145 PassRefPtr<JSONArray> GraphicsContextSnapshot::snapshotCommandLog() const function in class:blink::GraphicsContextSnapshot
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorLayerTreeAgent.h82 virtual void snapshotCommandLog(ErrorString*, const String& snapshotId, RefPtr<TypeBuilder::Array<JSONObject> >&) OVERRIDE;
H A DInspectorLayerTreeAgent.cpp410 void InspectorLayerTreeAgent::snapshotCommandLog(ErrorString* errorString, const String& snapshotId, RefPtr<TypeBuilder::Array<JSONObject> >& commandLog) function in class:blink::InspectorLayerTreeAgent
415 commandLog = TypeBuilder::Array<JSONObject>::runtimeCast(snapshot->snapshotCommandLog());
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DPaintProfiler.js147 console.error("LayerTreeAgent.snapshotCommandLog(): " + error);
154 this._target.layerTreeAgent().snapshotCommandLog(this._id, callbackWrapper);

Completed in 512 milliseconds