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

  /external/chromium_org/ppapi/c/trusted/
ppb_url_loader_trusted.h 36 int64_t total_bytes_to_be_sent,
  /external/chromium_org/ppapi/api/trusted/
ppb_url_loader_trusted.idl 22 [in] int64_t total_bytes_to_be_sent,
  /external/chromium_org/ppapi/cpp/
url_loader.h 88 /// @param[in] total_bytes_to_be_sent The total number of bytes to be sent.
93 int64_t* total_bytes_to_be_sent) const;
url_loader.cc 57 int64_t* total_bytes_to_be_sent) const {
61 pp_resource(), bytes_sent, total_bytes_to_be_sent));
  /external/chromium_org/ppapi/thunk/
ppb_url_loader_thunk.cc 59 int64_t* total_bytes_to_be_sent) {
64 memset(total_bytes_to_be_sent, 0, sizeof(*total_bytes_to_be_sent));
67 return enter.object()->GetUploadProgress(bytes_sent, total_bytes_to_be_sent);
ppb_url_loader_api.h 37 int64_t* total_bytes_to_be_sent) = 0;
  /external/chromium_org/ppapi/c/
ppb_url_loader.h 123 * @param[in] total_bytes_to_be_sent The total number of bytes to be sent.
130 int64_t* total_bytes_to_be_sent);
  /external/chromium_org/ppapi/api/
ppb_url_loader.idl 116 * @param[in] total_bytes_to_be_sent The total number of bytes to be sent.
125 [out] int64_t total_bytes_to_be_sent);
  /external/chromium_org/ppapi/proxy/
url_loader_resource.h 53 int64_t* total_bytes_to_be_sent) OVERRIDE;
97 int64_t total_bytes_to_be_sent,
url_loader_resource.cc 124 int64_t* total_bytes_to_be_sent) {
127 *total_bytes_to_be_sent = 0;
131 *total_bytes_to_be_sent = total_bytes_to_be_sent_;
316 int64_t total_bytes_to_be_sent,
320 total_bytes_to_be_sent_ = total_bytes_to_be_sent;
serialized_structs.h 124 int64_t total_bytes_to_be_sent; member in struct:ppapi::proxy::PPBURLLoader_UpdateProgress_Params
ppapi_param_traits.cc 309 ParamTraits<int64_t>::Write(m, p.total_bytes_to_be_sent);
323 ParamTraits<int64_t>::Read(m, iter, &r->total_bytes_to_be_sent) &&
  /external/chromium_org/content/renderer/fetchers/
resource_fetcher_impl.h 63 unsigned long long total_bytes_to_be_sent);
resource_fetcher_impl.cc 97 unsigned long long total_bytes_to_be_sent) {
  /external/chromium/webkit/glue/
resource_fetcher.h 62 unsigned long long total_bytes_to_be_sent);
resource_fetcher.cc 81 unsigned long long total_bytes_to_be_sent) {
  /external/chromium_org/content/renderer/pepper/
pepper_url_loader_host.h 51 unsigned long long total_bytes_to_be_sent);
pepper_url_loader_host.cc 138 unsigned long long total_bytes_to_be_sent) {
141 total_bytes_to_be_sent_ = static_cast<int64_t>(total_bytes_to_be_sent);
  /external/chromium_org/content/renderer/media/android/
media_info_loader.cc 100 unsigned long long total_bytes_to_be_sent) {
  /external/chromium_org/content/renderer/npapi/
webplugin_impl.h 219 unsigned long long total_bytes_to_be_sent);
webplugin_impl.cc 935 unsigned long long total_bytes_to_be_sent) {
    [all...]
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
plugin.h 455 int64_t total_bytes_to_be_sent,
  /external/chromium/webkit/glue/media/
buffered_resource_loader.cc 267 unsigned long long total_bytes_to_be_sent) {
  /external/chromium_org/content/renderer/media/
buffered_resource_loader.cc 350 unsigned long long total_bytes_to_be_sent) {
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c     [all...]

Completed in 529 milliseconds