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