Searched refs:_provider (Results 1 – 2 of 2) sorted by relevance
47 this._provider = provider;187 var itemCount = this._provider.itemCount();191 this._cumulativeHeights[0] = this._provider.fastHeight(0);193 … this._cumulativeHeights[i] = this._cumulativeHeights[i - 1] + this._provider.fastHeight(i);271 …this._headSelection = this._createSelectionModel(this._provider.itemCount() - 1, this.element, thi…339 var itemCount = this._provider.itemCount();366 … && Math.abs(this._cachedItemHeight(this._firstVisibleIndex + i) - this._provider.fastHeight(i + t…372 …this._firstVisibleIndex = Math.max(itemCount - Math.ceil(clientHeight / this._provider.minimumRowH…376 …tVisibleIndex = this._firstVisibleIndex + Math.ceil(clientHeight / this._provider.minimumRowHeight…393 var viewportElement = this._provider.itemElement(i);[all …]
124 _provider: function() method in WebInspector.HeapSnapshotGridNode279 this._provider().sortAndRewind(this.comparator(), sorted.bind(this));287 this._provider().sortAndRewind(this.comparator(), callback);309 …this._provider().serializeItemsRange(firstNotSerializedPosition, end, childrenRetrieved.bind(this)…484 this._provider().sortAndRewind(this.comparator(), afterSort.bind(this));657 this._provider().isEmpty(isEmptyCallback.bind(this));1060 this._provider().nodePosition(snapshotObjectId, didGetNodePosition.bind(this));1442 this._provider().nodePosition(snapshotObjectId, didGetNodePosition.bind(this));