HomeSort by relevance Sort by last modified time
    Searched defs:total_bytes_to_be_sent_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/renderer/pepper/
pepper_url_loader_host.h 135 int64_t total_bytes_to_be_sent_; member in class:content::PepperURLLoaderHost
  /external/chromium_org/ppapi/proxy/
url_loader_resource.h 128 int64_t total_bytes_to_be_sent_; member in class:ppapi::proxy::URLLoaderResource
url_loader_resource.cc 39 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

Completed in 199 milliseconds