Home
last modified time | relevance | path

Searched refs:HeapSnapshotEdge (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/inspector/front-end/
DHeapSnapshot.js48 WebInspector.HeapSnapshotEdge = function(snapshot, edges, edgeIndex) class in WebInspector
55 WebInspector.HeapSnapshotEdge.prototype = {
58 return new WebInspector.HeapSnapshotEdge(this._snapshot, this._edges, this.edgeIndex);
277 … this._edge = new WebInspector.HeapSnapshotEdge(this._snapshot, this._node.rawEdges, edgeIndex);
361 …return new WebInspector.HeapSnapshotEdgeIterator(new WebInspector.HeapSnapshotEdge(this._snapshot,…
865 …ll(this, new WebInspector.HeapSnapshotEdgeIterator(new WebInspector.HeapSnapshotEdge(snapshot, nod…
/external/webkit/Source/WebCore/
DChangeLog55696 (WebInspector.HeapSnapshotEdge.prototype.get isInvisible):
55697 (WebInspector.HeapSnapshotEdge.prototype.toString):
DChangeLog-2011-02-1611622 (WebInspector.HeapSnapshotEdge): Wrapper for accessing graph edge properties.