Lines Matching refs:toolbar

137     toolbar: {
156 toolbar: document.getElementById('secondaryToolbar'),
399 toolbar: null,
729 this.toolbar = new _toolbar.Toolbar(appConfig.toolbar, eventBus, this.l10n);
934 this.toolbar.reset();
1213 this.toolbar.setPagesCount(pdfDocument.numPages, false);
1377 _this5.toolbar.setPagesCount(pdfDocument.numPages, true);
1379 _this5.toolbar.setPageNumber(pdfViewer.currentPageNumber, pdfViewer.currentPageLabel);
1531 this.toolbar.setPageNumber(this.pdfViewer.currentPageNumber, this.pdfViewer.currentPageLabel);
1822 appConfig.toolbar.openFile.setAttribute('hidden', 'true');
1859 appConfig.toolbar.print.classList.add('hidden');
1864 appConfig.toolbar.presentationModeButton.classList.add('hidden');
1869 appConfig.toolbar.viewFind.classList.add('hidden');
1921 PDFViewerApplication.toolbar.updateLoadingIndicatorState(false);
1981 PDFViewerApplication.appConfig.toolbar.pageNumber.select();
2023 PDFViewerApplication.appConfig.toolbar.viewBookmark.href = href;
2027 PDFViewerApplication.toolbar.updateLoadingIndicatorState(loading);
2110 appConfig.toolbar.viewBookmark.setAttribute('hidden', 'true');
2112 appConfig.toolbar.download.setAttribute('hidden', 'true');
2174 …PDFViewerApplication.toolbar.setPageNumber(pdfViewer.currentPageNumber, pdfViewer.currentPageLabel…
2251 PDFViewerApplication.toolbar.setPageScale(evt.presetValue, evt.scale);
2263 PDFViewerApplication.toolbar.setPageNumber(page, evt.pageLabel || null);
2350 …if (PDFViewerApplication.pdfViewer.containsElement(evt.target) || appConfig.toolbar.container.cont…
2465 PDFViewerApplication.appConfig.toolbar.pageNumber.select();
12717 this.toolbar = options.toolbar;
12985 this.toolbar.classList.remove('hidden');
12995 this.toolbar.classList.add('hidden');
13238 this.toolbar = options.container;