Home
last modified time | relevance | path

Searched refs:_onUpdateTextLayerMatches (Results 1 – 2 of 2) sorted by relevance

/plugin/pdfjs/pdfjs/web/
Dviewer.js12319 this._onUpdateTextLayerMatches = null;
12373 if (!this._onUpdateTextLayerMatches) {
12374 this._onUpdateTextLayerMatches = function (evt) { method
12380 this.eventBus.on('updatetextlayermatches', this._onUpdateTextLayerMatches);
12391 if (this._onUpdateTextLayerMatches) {
12392 this.eventBus.off('updatetextlayermatches', this._onUpdateTextLayerMatches);
12393 this._onUpdateTextLayerMatches = null;
Dviewer.js.map1_onUpdateTextLayerMatches = null;\n this._bindMouse();\n }\n\n /**\n * @private\n */\n _…