Searched refs:HeapSnapshotProgress (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
H A DScriptProfiler.h41 class HeapSnapshotProgress { class in class:WebCore::ScriptProfiler
43 virtual ~HeapSnapshotProgress() { }
53 static PassRefPtr<ScriptHeapSnapshot> takeHeapSnapshot(const String&, HeapSnapshotProgress*) { return 0; }
/external/webkit/Source/WebCore/bindings/v8/
H A DScriptProfiler.h47 class HeapSnapshotProgress { class in class:WebCore::ScriptProfiler
49 virtual ~HeapSnapshotProgress() { }
59 static PassRefPtr<ScriptHeapSnapshot> takeHeapSnapshot(const String& title, HeapSnapshotProgress*);
H A DScriptProfiler.cpp71 ActivityControlAdapter(ScriptProfiler::HeapSnapshotProgress* progress)
86 ScriptProfiler::HeapSnapshotProgress* m_progress;
92 PassRefPtr<ScriptHeapSnapshot> ScriptProfiler::takeHeapSnapshot(const String& title, HeapSnapshotProgress* control)
/external/webkit/Source/WebCore/inspector/
H A DInspectorProfilerAgent.cpp338 class HeapSnapshotProgress: public ScriptProfiler::HeapSnapshotProgress { class in namespace:WebCore::__anon15844
340 explicit HeapSnapshotProgress(InspectorFrontend::Profiler* frontend) function in class:WebCore::__anon15844::HeapSnapshotProgress
365 HeapSnapshotProgress progress(m_frontend);

Completed in 491 milliseconds