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

Lines Matching refs:lowerBound

848         var lowerBound;
850 lowerBound = 0;
852 lowerBound = this._lowerBound(resource);
854 if (lowerBound !== -1 && (typeof this.minimumBoundary === "undefined" || lowerBound < this.minimumBoundary)) {
855 this.minimumBoundary = lowerBound;