Home
last modified time | relevance | path

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

/third_party/cef/libcef/renderer/
Drender_urlrequest_impl.cc99 download_data_received_(0), in Context()
254 download_data_received_ += read_bytes; in OnBodyReadable()
256 client_->OnDownloadProgress(url_request_.get(), download_data_received_, in OnBodyReadable()
287 download_data_received_ += current; in OnDownloadProgress()
288 client_->OnDownloadProgress(url_request_.get(), download_data_received_, in OnDownloadProgress()
341 int64_t download_data_received_; member in CefRenderURLRequest::Context