Home | History | Annotate | Download | only in sdk

Lines Matching refs:_request

46     this._request = request;
58 if (this._request && !this._request.finished)
59 this._request.addEventListener(WebInspector.NetworkRequest.Events.FinishedLoading, this._requestFinished, this);
88 return this._request;
147 return this._request ? this._request.type : this._type;
155 return this._request ? this._request.mimeType : this._mimeType;
257 if (!this._request || this._request.finished)
319 this._request.removeEventListener(WebInspector.NetworkRequest.Events.FinishedLoading, this._requestFinished, this);