Searched refs:_onUpdateTextLayerMatches (Results 1 – 2 of 2) sorted by relevance
12319 this._onUpdateTextLayerMatches = null;12373 if (!this._onUpdateTextLayerMatches) {12374 this._onUpdateTextLayerMatches = function (evt) { method12380 this.eventBus.on('updatetextlayermatches', this._onUpdateTextLayerMatches);12391 if (this._onUpdateTextLayerMatches) {12392 this.eventBus.off('updatetextlayermatches', this._onUpdateTextLayerMatches);12393 this._onUpdateTextLayerMatches = null;
1 …_onUpdateTextLayerMatches = null;\n this._bindMouse();\n }\n\n /**\n * @private\n */\n _…