Searched refs:_boundEvents (Results 1 – 2 of 2) sorted by relevance
| /plugin/pdfjs/pdfjs/web/ |
| D | viewer.js | 409 _boundEvents: {}, property 1608 _boundEvents = this._boundEvents; 1609 _boundEvents.beforePrint = this.beforePrint.bind(this); 1610 _boundEvents.afterPrint = this.afterPrint.bind(this); 1613 eventBus.on('beforeprint', _boundEvents.beforePrint); 1614 eventBus.on('afterprint', _boundEvents.afterPrint); 1653 _boundEvents = this._boundEvents; 1655 _boundEvents.windowResize = function () { 1661 _boundEvents.windowHashChange = function () { 1668 _boundEvents.windowBeforePrint = function () { [all …]
|
| D | viewer.js.map | 1 …_boundEvents","contentDispositionFilename","AppOptions","LinkTarget","source","prefs","console","r…
|