Home
last modified time | relevance | path

Searched refs:total_bytes_to_be_sent (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/ppapi/thunk/
Dppb_url_loader_thunk.cc57 int64_t* total_bytes_to_be_sent) { in GetUploadProgress() argument
62 memset(total_bytes_to_be_sent, 0, sizeof(*total_bytes_to_be_sent)); in GetUploadProgress()
65 return enter.object()->GetUploadProgress(bytes_sent, total_bytes_to_be_sent); in GetUploadProgress()
Dppb_url_loader_api.h37 int64_t* total_bytes_to_be_sent) = 0;
/external/chromium_org/ppapi/proxy/
Durl_loader_resource.cc124 int64_t* total_bytes_to_be_sent) { in GetUploadProgress() argument
127 *total_bytes_to_be_sent = 0; in GetUploadProgress()
131 *total_bytes_to_be_sent = total_bytes_to_be_sent_; in GetUploadProgress()
316 int64_t total_bytes_to_be_sent, in OnPluginMsgUpdateProgress() argument
320 total_bytes_to_be_sent_ = total_bytes_to_be_sent; in OnPluginMsgUpdateProgress()
Durl_loader_resource.h53 int64_t* total_bytes_to_be_sent) OVERRIDE;
97 int64_t total_bytes_to_be_sent,
Dserialized_structs.h124 int64_t total_bytes_to_be_sent; member
Dppapi_param_traits.cc300 ParamTraits<int64_t>::Write(m, p.total_bytes_to_be_sent); in Write()
314 ParamTraits<int64_t>::Read(m, iter, &r->total_bytes_to_be_sent) && in Read()
/external/chromium_org/ppapi/cpp/
Durl_loader.cc57 int64_t* total_bytes_to_be_sent) const { in GetUploadProgress()
61 pp_resource(), bytes_sent, total_bytes_to_be_sent)); in GetUploadProgress()
Durl_loader.h93 int64_t* total_bytes_to_be_sent) const;
/external/chromium_org/ppapi/c/trusted/
Dppb_url_loader_trusted.h36 int64_t total_bytes_to_be_sent,
/external/chromium_org/ppapi/c/
Dppb_url_loader.h130 int64_t* total_bytes_to_be_sent);
/external/chromium_org/content/renderer/pepper/
Dpepper_url_loader_host.cc135 unsigned long long total_bytes_to_be_sent) { in didSendData() argument
138 total_bytes_to_be_sent_ = static_cast<int64_t>(total_bytes_to_be_sent); in didSendData()
Dpepper_url_loader_host.h50 unsigned long long total_bytes_to_be_sent);
/external/chromium_org/ppapi/api/trusted/
Dppb_url_loader_trusted.idl22 [in] int64_t total_bytes_to_be_sent,
/external/chromium_org/content/renderer/media/android/
Dmedia_info_loader.cc115 unsigned long long total_bytes_to_be_sent) { in didSendData() argument
/external/chromium_org/ppapi/api/
Dppb_url_loader.idl116 * @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/content/renderer/npapi/
Dwebplugin_impl.h214 unsigned long long total_bytes_to_be_sent);
Dwebplugin_impl.cc953 unsigned long long total_bytes_to_be_sent) { in didSendData() argument
/external/chromium_org/media/blink/
Dbuffered_resource_loader.cc351 unsigned long long total_bytes_to_be_sent) { in didSendData() argument
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
Dpnacl_shim.c1697 …oader_GetUploadProgress(PP_Resource loader, int64_t* bytes_sent, int64_t* total_bytes_to_be_sent) { in Pnacl_M14_PPB_URLLoader_GetUploadProgress() argument
1699 return iface->GetUploadProgress(loader, bytes_sent, total_bytes_to_be_sent); in Pnacl_M14_PPB_URLLoader_GetUploadProgress()
4932 …= (PP_Bool (*)(PP_Resource loader, int64_t* bytes_sent, int64_t* total_bytes_to_be_sent))&Pnacl_M1…