Home | History | Annotate | Download | only in js

Lines Matching refs:snapshots

39     var snapshots = WebInspector.HeapSnapshotProfileType.snapshots;
40 snapshots.push(snapshot);
42 snapshot.listIndex = snapshots.length - 1;
298 if (this.baseSnapshot === WebInspector.HeapSnapshotProfileType.snapshots[this.baseSelectElement.selectedIndex])
364 this.baseSnapshot = WebInspector.HeapSnapshotProfileType.snapshots[this.baseSelectElement.selectedIndex];
391 var list = WebInspector.HeapSnapshotProfileType.snapshots;
392 // We're assuming that snapshots can only be added.
915 WebInspector.ProfileType.call(this, WebInspector.HeapSnapshotProfileType.TypeId, WebInspector.UIString("HEAP SNAPSHOTS"));
920 WebInspector.HeapSnapshotProfileType.snapshots = [];