HomeSort by relevance Sort by last modified time
    Searched refs:_snapshot (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/inspector/front-end/
HeapSnapshotProxy.js 33 this._snapshot = null;
41 callback(this._snapshot[getterName]);
50 callback(this._snapshot.aggregates(withNodeIndexes));
67 return new WebInspector.HeapSnapshotsDiffProxy(new WebInspector.HeapSnapshotsDiff(this._snapshot, className));
75 filter = filter.bind(this._snapshot);
76 return new WebInspector.HeapSnapshotEdgesProvider(this._snapshot, nodeIndex, filter);
86 filter = filter.bind(this._snapshot);
87 return new WebInspector.HeapSnapshotNodesProvider(this._snapshot, filter);
94 return new WebInspector.HeapSnapshotPathFinderProxy(new WebInspector.HeapSnapshotPathFinder(this._snapshot, targetNodeIndex));
99 this._snapshot.dispose()
    [all...]
HeapSnapshot.js 35 this._snapshot = snapshot;
44 return this._snapshot[this._arrayName][this._start + index];
50 this._snapshot = snapshot;
58 return new WebInspector.HeapSnapshotEdge(this._snapshot, this._edges, this.edgeIndex);
70 return this._type() === this._snapshot._edgeElementType;
75 return this._type() === this._snapshot._edgeHiddenType;
80 return this._type() === this._snapshot._edgeInternalType;
85 return this._type() === this._snapshot._edgeInvisibleType;
90 return this._type() === this._snapshot._edgeShortcutType;
103 return new WebInspector.HeapSnapshotNode(this._snapshot, this.nodeIndex)
    [all...]

Completed in 1938 milliseconds