Home | History | Annotate | Download | only in front-end

Lines Matching refs:upperBound

859         var upperBound = this._upperBound(resource);
860 if (upperBound !== -1 && (typeof this.maximumBoundary === "undefined" || upperBound > this.maximumBoundary)) {
861 this.maximumBoundary = upperBound;