Searched refs:overlayManager (Results 1 – 2 of 2) sorted by relevance
| /plugin/pdfjs/pdfjs/web/ |
| D | viewer.js | 397 overlayManager: null, property 667 this.overlayManager = new _overlay_manager.OverlayManager(); 723 …_properties.PDFDocumentProperties(appConfig.documentProperties, this.overlayManager, eventBus, thi… 742 …t = new _password_prompt.PasswordPrompt(appConfig.passwordOverlay, this.overlayManager, this.l10n); 2356 if (PDFViewerApplication.overlayManager.active) { 5713 function PasswordPrompt(options, overlayManager) { 5726 this.overlayManager = overlayManager; 5737 this.overlayManager.register(this.overlayName, this.container, this.close.bind(this), true); 5745 this.overlayManager.open(this.overlayName).then(function () { 5766 this.overlayManager.close(this.overlayName).then(function () { [all …]
|
| D | viewer.js.map | 1 …overlayManager","preferences","l10n","isInitialViewSet","downloadComplete","isViewerEmbedded","url…
|