Searched refs:total_bytes_to_be_sent_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ppapi/proxy/
H A Durl_loader_resource.cc39 total_bytes_to_be_sent_(-1),
58 total_bytes_to_be_sent_(-1),
131 *total_bytes_to_be_sent = total_bytes_to_be_sent_;
320 total_bytes_to_be_sent_ = total_bytes_to_be_sent;
326 bytes_sent_, total_bytes_to_be_sent_, local
H A Durl_loader_resource.h128 int64_t total_bytes_to_be_sent_; member in class:ppapi::proxy::URLLoaderResource
/external/chromium_org/content/renderer/pepper/
H A Dpepper_url_loader_host.cc55 total_bytes_to_be_sent_(-1),
138 total_bytes_to_be_sent_ = static_cast<int64_t>(total_bytes_to_be_sent);
431 record_upload ? total_bytes_to_be_sent_ : -1,
H A Dpepper_url_loader_host.h135 int64_t total_bytes_to_be_sent_; member in class:content::PepperURLLoaderHost

Completed in 582 milliseconds