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

  /external/webkit/Source/WebCore/inspector/front-end/
HeapSnapshot.js 48 WebInspector.HeapSnapshotEdge = function(snapshot, edges, edgeIndex)
52 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;
    [all...]
  /external/webkit/Source/WebCore/dom/
SelectElement.cpp 136 int edgeIndex = (direction == SkipForwards) ? 0 : (items.size() - 1);
137 int skipAmount = pageSize + ((direction == SkipForwards) ? startIndex : (edgeIndex - startIndex));
138 return nextValidIndex(items, edgeIndex, direction, skipAmount);
    [all...]

Completed in 74 milliseconds