Searched refs:HeapSnapshotProgress (Results 1 – 5 of 5) sorted by relevance
52 class HeapSnapshotProgress {54 virtual ~HeapSnapshotProgress() { } in ~HeapSnapshotProgress()74 …static PassRefPtr<ScriptHeapSnapshot> takeHeapSnapshot(const String& title, HeapSnapshotProgress*);
145 ActivityControlAdapter(ScriptProfiler::HeapSnapshotProgress* progress) in ActivityControlAdapter()160 ScriptProfiler::HeapSnapshotProgress* m_progress;231 …tHeapSnapshot> ScriptProfiler::takeHeapSnapshot(const String& title, HeapSnapshotProgress* control) in takeHeapSnapshot()
218 class HeapSnapshotProgress FINAL : public ScriptProfiler::HeapSnapshotProgress { in takeHeapSnapshot()220 explicit HeapSnapshotProgress(InspectorFrontend::HeapProfiler* frontend) in takeHeapSnapshot() function in WebCore::InspectorHeapProfilerAgent::takeHeapSnapshot::FINAL248 HeapSnapshotProgress progress(reportProgress && *reportProgress ? m_frontend : 0); in takeHeapSnapshot()
38 this._progress = new WebInspector.HeapSnapshotProgress(dispatcher);
777 WebInspector.HeapSnapshotProgress = function(dispatcher) class in WebInspector782 WebInspector.HeapSnapshotProgress.prototype = {