Searched refs:edgeIndex (Results 1 – 2 of 2) sorted by relevance
48 WebInspector.HeapSnapshotEdge = function(snapshot, edges, edgeIndex) argument52 this.edgeIndex = edgeIndex || 0;58 return new WebInspector.HeapSnapshotEdge(this._snapshot, this._edges, this.edgeIndex);108 return this._edges.item(this.edgeIndex + this._snapshot._edgeToNodeOffset);154 return this._edges.item(this.edgeIndex + this._snapshot._edgeNameOffset);159 return this._edges.item(this.edgeIndex + this._snapshot._edgeTypeOffset);171 this.edge.edgeIndex = 0;176 return this.edge.edgeIndex < this.edge._edges.length;181 return this.edge.edgeIndex;186 this.edge.edgeIndex = newIndex;[all …]
136 int edgeIndex = (direction == SkipForwards) ? 0 : (items.size() - 1); in nextSelectableListIndexPageAway() local137 … int skipAmount = pageSize + ((direction == SkipForwards) ? startIndex : (edgeIndex - startIndex)); in nextSelectableListIndexPageAway()138 return nextValidIndex(items, edgeIndex, direction, skipAmount); in nextSelectableListIndexPageAway()