Lines Matching refs:pageIndex

1917   var pageIndex = pageNumber - 1;
1918 var pageView = PDFViewerApplication.pdfViewer.getPageView(pageIndex);
1929 var thumbnailView = PDFViewerApplication.pdfThumbnailViewer.getThumbnail(pageIndex);
5231 for (var pageIndex = 0; pageIndex < pagesCount; pageIndex++) {
5232 var pageView = pdfViewer.getPageView(pageIndex);
5235 var thumbnailView = pdfThumbnailViewer.getThumbnail(pageIndex);
6822 _ref2$pageIndex = _ref2.pageIndex,
6823 pageIndex = _ref2$pageIndex === void 0 ? -1 : _ref2$pageIndex,
6831 } else if (pageIndex === -1 || pageIndex !== this._selected.pageIdx) {
6968 value: function _calculatePhraseMatch(query, pageIndex, pageContent, entireWord) {
6987 this._pageMatches[pageIndex] = matches;
6991 value: function _calculateWordMatch(query, pageIndex, pageContent, entireWord) {
7019 this._pageMatchesLength[pageIndex] = [];
7020 this._pageMatches[pageIndex] = [];
7022 …._prepareMatches(matchesWithLength, this._pageMatches[pageIndex], this._pageMatchesLength[pageInde…
7026 value: function _calculateMatch(pageIndex) {
7027 var pageContent = this._pageContents[pageIndex];
7044 this._calculatePhraseMatch(query, pageIndex, pageContent, entireWord);
7046 this._calculateWordMatch(query, pageIndex, pageContent, entireWord);
7050 this._updatePage(pageIndex);
7053 if (this._resumePageIdx === pageIndex) {
7059 var pageMatchesCount = this._pageMatches[pageIndex].length;
7117 pageIndex: index
7125 pageIndex: -1
8170 _this.pdfDocument.getPageIndex(destRef).then(function (pageIndex) {
8171 _this.cachePageRef(pageIndex + 1, destRef);
11120 value: function createTextLayerBuilder(textLayerDiv, pageIndex, viewport) {
11125 pageIndex: pageIndex,
12296 pageIndex = _ref.pageIndex,
12311 this.pageIdx = pageIndex;
12375 if (evt.pageIndex === _this.pageIdx || evt.pageIndex === -1) {
12524 pageIndex: pageIdx,
12669 value: function createTextLayerBuilder(textLayerDiv, pageIndex, viewport) {
12673 pageIndex: pageIndex,