Home
last modified time | relevance | path

Searched refs:total_response_bytes_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/net/url_request/
Durl_fetcher_core.cc98 total_response_bytes_(-1) { in URLFetcherCore()
396 total_response_bytes_ = request_->GetExpectedContentSize(); in OnResponseStarted()
889 this, current_response_bytes_, total_response_bytes_)); in InformDelegateDownloadProgress()
Durl_fetcher_core.h313 int64 total_response_bytes_; variable