Home | History | Annotate | Download | only in url_request

Lines Matching refs:bytes_read

93   bool Read(net::IOBuffer* buf, int buf_size, int *bytes_read);
227 void NotifyReadComplete(int bytes_read);
253 // the data, and bytes_read will receive the number of bytes read.
254 // If returning true, and bytes_read is returned as 0, there is no
260 virtual bool ReadRawData(net::IOBuffer* buf, int buf_size, int *bytes_read);
263 void FilteredDataRead(int bytes_read);
269 bool ReadFilteredData(int *bytes_read);
304 bool ReadRawDataForFilter(int *bytes_read);
311 // Updates the profiling info and notifies observers that bytes_read bytes
313 void RecordBytesRead(int bytes_read);