Lines Matching refs:_this

6297         var _this = this;
6303 _this._started = true;
6304 WritableStreamDefaultControllerAdvanceQueueIfNeeded(_this);
6307 _this._started = true;
6781 var _this = this;
6834 isOrBecomesErrored(_this, reader._closedPromise, function (storedError) {
6846 return ReadableStreamCancel(_this, storedError);
6852 isOrBecomesClosed(_this, reader._closedPromise, function () {
6867 return ReadableStreamCancel(_this, destClosed);
10109 var _this = this;
10114 _this._transport = null;
10116 if (_this._worker) {
10117 _this._worker.destroy();
10119 _this._worker = null;
12975 var _this = this;
13027 if (!_this.isCompressed) {
13069 …throw new Error("Unable to load ".concat(_this.isCompressed ? 'binary ' : '') + "CMap at: ".concat…
13077 if (_this.isCompressed) {
13089 if (_this.isCompressed && request.response) {
13091 } else if (!_this.isCompressed && request.responseText) {
13109 …throw new Error("Unable to load ".concat(_this.isCompressed ? 'binary ' : '') + "CMap at: ".concat…
13677 var _this = this;
13749 var request = _this._queueLoadingCallback(resolve);
13751 _this._prepareFontLoadEvent([rule], [font], request);
15689 var _this = this;
15698 …return new CanvasGraphics(ctx, _this.commonObjs, _this.objs, _this.canvasFactory, _this.webGLConte…
16755 var _this = this;
16771 if (data.targetName !== _this.sourceName) {
16776 _this._processStreamMessage(data);
16796 var _sourceName = _this.sourceName;
16818 _this._createStreamSink(data);
17381 var _this = this;
17404 return _this.onResolveEntity(entity);
17864 var _this = this;
17887 _this._onReceiveData({
17894 _this._onProgress({
17901 _this._onReceiveData({
17907 _this._onProgressiveDone();
19220 var _this = this;
19249 if (_this._layoutTextCtx) {
19250 _this._layoutTextCtx.canvas.width = 0;
19251 _this._layoutTextCtx.canvas.height = 0;
19252 _this._layoutTextCtx = null;
19767 var _this = this;
19773 _this.linkService.navigateTo(destination);
21269 var _this = this;
21286 var objsPool = obj.startsWith('g_') ? _this.commonObjs : _this.objs;
21291 _this.current.dependencies.push(promise);
22829 var _this = this;
22833 _this._readCapability.resolve();
22837 _this._done = true;
22839 _this._readCapability.resolve();
22842 _this._error(reason);
24314 var _this = this;
24357 _this._reader = response.body.getReader();
24359 _this._headersCapability.resolve();
24367 isHttp: _this._stream.isHttp,
24368 rangeChunkSize: _this._rangeChunkSize,
24369 disableRange: _this._disableRange
24374 _this._isRangeSupported = allowRangeRequests;
24375 _this._contentLength = suggestedLength || _this._contentLength;
24376 _this._filename = (0, _network_utils.extractFilenameFromHeader)(getResponseHeader);
24378 if (!_this._isStreamingSupported && _this._isRangeSupported) {
24379 _this.cancel(new _util.AbortException('Streaming is disabled.'));