HomeSort by relevance Sort by last modified time
    Searched refs:snapshotCommandLog (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContextRecorder.h 52 PassRefPtr<JSONArray> snapshotCommandLog() const;
GraphicsContextRecorder.cpp 145 PassRefPtr<JSONArray> GraphicsContextSnapshot::snapshotCommandLog() const
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorLayerTreeAgent.h 82 virtual void snapshotCommandLog(ErrorString*, const String& snapshotId, RefPtr<TypeBuilder::Array<JSONObject> >&) OVERRIDE;
InspectorLayerTreeAgent.cpp 410 void InspectorLayerTreeAgent::snapshotCommandLog(ErrorString* errorString, const String& snapshotId, RefPtr<TypeBuilder::Array<JSONObject> >& commandLog)
415 commandLog = TypeBuilder::Array<JSONObject>::runtimeCast(snapshot->snapshotCommandLog());
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
PaintProfiler.js 147 console.error("LayerTreeAgent.snapshotCommandLog(): " + error);
154 this._target.layerTreeAgent().snapshotCommandLog(this._id, callbackWrapper);

Completed in 472 milliseconds