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

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorLayerTreeAgent.h 81 virtual void profileSnapshot(ErrorString*, const String& snapshotId, const int* minRepeatCount, const double* minDuration, RefPtr<TypeBuilder::Array<TypeBuilder::Array<double> > >&) OVERRIDE;
InspectorLayerTreeAgent.cpp 394 void InspectorLayerTreeAgent::profileSnapshot(ErrorString* errorString, const String& snapshotId, const int* minRepeatCount, const double* minDuration, RefPtr<TypeBuilder::Array<TypeBuilder::Array<double> > >& outTimings)
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
PaintProfiler.js 131 var wrappedCallback = InspectorBackend.wrapClientCallback(callback, "LayerTreeAgent.profileSnapshot(): ");
132 this._target.layerTreeAgent().profileSnapshot(this._id, 5, 1, wrappedCallback);

Completed in 116 milliseconds