Searched refs:responseBodySize (Results 1 – 2 of 2) sorted by relevance
62 int responseBodySize = 10 * 1024 * 1024; // 10 MiB in interruptReadingResponseBody() local65 .setBody(new byte[responseBodySize]) in interruptReadingResponseBody()
106 bodySize: this.responseBodySize,238 get responseBodySize() getter in WebInspector.HAREntry256 return this._request.resourceSize - this.responseBodySize;