Home
last modified time | relevance | path

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

/external/chromium_org/ppapi/proxy/
Durl_loader_resource.cc41 total_bytes_to_be_received_(-1), in URLLoaderResource()
60 total_bytes_to_be_received_(-1), in URLLoaderResource()
144 *total_bytes_to_be_received = total_bytes_to_be_received_; in GetDownloadProgress()
322 total_bytes_to_be_received_ = total_bytes_to_be_received; in OnPluginMsgUpdateProgress()
327 bytes_received_, total_bytes_to_be_received_); in OnPluginMsgUpdateProgress()
Durl_loader_resource.h130 int64_t total_bytes_to_be_received_; variable
/external/chromium_org/content/renderer/pepper/
Dpepper_url_loader_host.cc57 total_bytes_to_be_received_(-1), in PepperURLLoaderHost()
148 total_bytes_to_be_received_ = response.expectedContentLength(); in didReceiveResponse()
427 record_download ? total_bytes_to_be_received_ : -1)); in UpdateProgress()
Dpepper_url_loader_host.h137 int64_t total_bytes_to_be_received_; variable