Searched refs:NotifyRawBytesRead (Results 1 – 3 of 3) sorted by relevance
77 void NotifyRawBytesRead(const URLRequest& request, int bytes_read);
60 void NetworkDelegate::NotifyRawBytesRead(const URLRequest& request, in NotifyRawBytesRead() function in net::NetworkDelegate
763 network_delegate_->NotifyRawBytesRead(*request_, bytes_read); in RecordBytesRead()