Home | History | Annotate | Download | only in url_request

Lines Matching refs:bytes_read

75                                        int *bytes_read) {
76 DCHECK(bytes_read);
77 *bytes_read = 0;
82 if (FillReadBuffer(buf->data(), buf_size, bytes_read))
177 int *bytes_read) {
178 DCHECK(bytes_read);
180 *bytes_read = 0;
186 *bytes_read = count;
197 int bytes_read;
199 &bytes_read)) {
206 NotifyReadComplete(bytes_read);