Home
last modified time | relevance | path

Searched refs:total_bytes_to_be_sent_ (Results 1 – 8 of 8) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/proxy/
H A Durl_loader_resource.cc37 total_bytes_to_be_sent_(-1), in URLLoaderResource()
56 total_bytes_to_be_sent_(-1), in URLLoaderResource()
129 *total_bytes_to_be_sent = total_bytes_to_be_sent_; in GetUploadProgress()
292 total_bytes_to_be_sent_ = total_bytes_to_be_sent; in OnPluginMsgUpdateProgress()
298 bytes_sent_, total_bytes_to_be_sent_, in OnPluginMsgUpdateProgress()
H A Durl_loader_resource.h131 int64_t total_bytes_to_be_sent_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/proxy/
H A Durl_loader_resource.cc37 total_bytes_to_be_sent_(-1), in URLLoaderResource()
56 total_bytes_to_be_sent_(-1), in URLLoaderResource()
129 *total_bytes_to_be_sent = total_bytes_to_be_sent_; in GetUploadProgress()
292 total_bytes_to_be_sent_ = total_bytes_to_be_sent; in OnPluginMsgUpdateProgress()
298 bytes_sent_, total_bytes_to_be_sent_, in OnPluginMsgUpdateProgress()
H A Durl_loader_resource.h131 int64_t total_bytes_to_be_sent_; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/renderer/pepper/
H A Dpepper_url_loader_host.cc61 total_bytes_to_be_sent_(-1), in PepperURLLoaderHost()
163 total_bytes_to_be_sent_ = static_cast<int64_t>(total_bytes_to_be_sent); in DidSendData()
447 record_upload ? total_bytes_to_be_sent_ : -1, in UpdateProgress()
H A Dpepper_url_loader_host.h125 int64_t total_bytes_to_be_sent_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/renderer/pepper/
H A Dpepper_url_loader_host.cc61 total_bytes_to_be_sent_(-1), in PepperURLLoaderHost()
163 total_bytes_to_be_sent_ = static_cast<int64_t>(total_bytes_to_be_sent); in DidSendData()
447 record_upload ? total_bytes_to_be_sent_ : -1, in UpdateProgress()
H A Dpepper_url_loader_host.h125 int64_t total_bytes_to_be_sent_; variable