Home
last modified time | relevance | path

Searched refs:JS_GetPercentComplete (Results 1 - 2 of 2) sorted by relevance

/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_web_download_item.h43 static napi_value JS_GetPercentComplete(napi_env env, napi_callback_info cbinfo);
H A Dnapi_web_download_item.cpp325 napi_value NapiWebDownloadItem::JS_GetPercentComplete(napi_env env, napi_callback_info cbinfo) in JS_GetPercentComplete() function in OHOS::NWeb::NapiWebDownloadItem
327 WVLOG_D("[DOWNLOAD] NapiWebDownloadItem::JS_GetPercentComplete"); in JS_GetPercentComplete()
337 WVLOG_E("[DOWNLOAD] NapiWebDownloadItem::JS_GetPercentComplete webDownloadItem is null"); in JS_GetPercentComplete()
344 WVLOG_E("[DOWNLOAD] NapiWebDownloadItem::JS_GetPercentComplete failed"); in JS_GetPercentComplete()
816 DECLARE_NAPI_FUNCTION("getPercentComplete", JS_GetPercentComplete), in ExportWebDownloadItemClass()
1069 DECLARE_NAPI_FUNCTION("getPercentComplete", JS_GetPercentComplete), in DefineProperties()

Completed in 5 milliseconds