Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DHeapSnapshot.js752 get rootNodeIndex() getter in WebInspector.HeapSnapshot
1014 var rootNodeIndex = this._rootNodeIndex;
1015 var node = this.createNode(rootNodeIndex);
1016 var list = [rootNodeIndex];
1177 var rootNodeIndex = this._rootNodeIndex;
1228 … if (retainerNodeIndex !== rootNodeIndex && retainerEdgeType === edgeShortcutType)
1234 if (retainerNodeIndex !== rootNodeIndex && nodeFlag && !retainerNodeFlag)
1539 …return {nodeCount: this.nodeCount, rootNodeIndex: this._rootNodeIndex, totalSize: this.totalSize, …
DHeapSnapshotProxy.js532 get rootNodeIndex() getter in WebInspector.HeapSnapshotProxy
534 return this._staticData.rootNodeIndex;
DHeapSnapshotDataGrids.js485 var node = new WebInspector.HeapSnapshotNode(snapshot, nodeIndex || snapshot.rootNodeIndex);
853 var fakeNode = { nodeIndex: this.snapshot.rootNodeIndex };