Home | History | Annotate | Download | only in front_end

Lines Matching refs:_request

44     this._request = request;
56 if (this._request && !this._request.finished)
57 this._request.addEventListener(WebInspector.NetworkRequest.Events.FinishedLoading, this._requestFinished, this);
71 return this._request;
130 return this._request ? this._request.type : this._type;
138 return this._request ? this._request.mimeType : this._mimeType;
240 if (!this._request || this._request.finished)
311 this._request.removeEventListener(WebInspector.NetworkRequest.Events.FinishedLoading, this._requestFinished, this);