Home
last modified time | relevance | path

Searched refs:getHeapSnapshot (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorHeapProfilerAgent.h62 virtual void getHeapSnapshot(ErrorString*, int uid);
DInspectorHeapProfilerAgent.cpp223 void InspectorHeapProfilerAgent::getHeapSnapshot(ErrorString* errorString, int rawUid) in getHeapSnapshot() function in WebCore::InspectorHeapProfilerAgent
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DHeapSnapshotView.js1215 HeapProfilerAgent.getHeapSnapshot(this.uid, finishTransfer.bind(this));