HomeSort by relevance Sort by last modified time
    Searched full:heapsnapshotprogress (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/bindings/js/
ScriptProfiler.h 41 class HeapSnapshotProgress {
43 virtual ~HeapSnapshotProgress() { }
53 static PassRefPtr<ScriptHeapSnapshot> takeHeapSnapshot(const String&, HeapSnapshotProgress*) { return 0; }
  /external/webkit/Source/WebCore/bindings/v8/
ScriptProfiler.h 47 class HeapSnapshotProgress {
49 virtual ~HeapSnapshotProgress() { }
59 static PassRefPtr<ScriptHeapSnapshot> takeHeapSnapshot(const String& title, HeapSnapshotProgress*);
ScriptProfiler.cpp 71 ActivityControlAdapter(ScriptProfiler::HeapSnapshotProgress* progress)
86 ScriptProfiler::HeapSnapshotProgress* m_progress;
92 PassRefPtr<ScriptHeapSnapshot> ScriptProfiler::takeHeapSnapshot(const String& title, HeapSnapshotProgress* control)
  /external/webkit/Source/WebCore/inspector/
InspectorProfilerAgent.cpp 338 class HeapSnapshotProgress: public ScriptProfiler::HeapSnapshotProgress {
340 explicit HeapSnapshotProgress(InspectorFrontend::Profiler* frontend)
365 HeapSnapshotProgress progress(m_frontend);

Completed in 120 milliseconds