HomeSort by relevance Sort by last modified time
    Searched refs:total_bytes_to_be_received_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ppapi/proxy/
url_loader_resource.cc 41 total_bytes_to_be_received_(-1),
60 total_bytes_to_be_received_(-1),
144 *total_bytes_to_be_received = total_bytes_to_be_received_;
314 total_bytes_to_be_received_ = total_bytes_to_be_received;
319 bytes_received_, total_bytes_to_be_received_); local
url_loader_resource.h 130 int64_t total_bytes_to_be_received_; member in class:ppapi::proxy::URLLoaderResource
  /external/chromium_org/content/renderer/pepper/
pepper_url_loader_host.cc 57 total_bytes_to_be_received_(-1),
148 total_bytes_to_be_received_ = response.expectedContentLength();
421 record_download ? total_bytes_to_be_received_ : -1));
pepper_url_loader_host.h 136 int64_t total_bytes_to_be_received_; member in class:content::PepperURLLoaderHost

Completed in 68 milliseconds