Home
last modified time | relevance | path

Searched defs:receivedBytes (Results 1 – 4 of 4) sorted by relevance

/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dweb_download_item.h39 int64_t receivedBytes; variable
Dnapi_web_download_item.cpp391 napi_value receivedBytes; in JS_GetReceivedBytes() local
/base/web/webview/test/unittest/nweb_helper_test/
Dnweb_helper_test.cpp400 int64_t receivedBytes = WebDownloadItem_ReceivedBytes(downloadItem); variable
451 int64_t receivedBytes = WebDownloadItem_ReceivedBytes(downloadItem); variable
/base/web/webview/ohos_nweb/src/
Dnweb_helper.cpp565 …rn "C" void WebDownloadItem_SetReceivedBytes(NWebDownloadItem *downloadItem, int64_t receivedBytes) in WebDownloadItem_SetReceivedBytes()