Home
last modified time | relevance | path

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

/third_party/cef/libcef/renderer/
Drender_urlrequest_impl.cc100 download_data_total_(-1) { in Context()
196 download_data_total_ = response.ExpectedContentLength(); in OnResponse()
257 download_data_total_); in OnBodyReadable()
289 download_data_total_); in OnDownloadProgress()
342 int64_t download_data_total_; member in CefRenderURLRequest::Context