Home
last modified time | relevance | path

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

/external/chromium_org/net/url_request/
Durl_fetcher_core.cc97 current_response_bytes_(0), in URLFetcherCore()
432 current_response_bytes_ += bytes_read; in OnReadCompleted()
508 current_response_bytes_ = 0; in StartURLRequest()
889 this, current_response_bytes_, total_response_bytes_)); in InformDelegateDownloadProgress()
Durl_fetcher_core.h311 int64 current_response_bytes_; variable