Home
last modified time | relevance | path

Searched refs:PutDownloadBeforeStart (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dweb_download_delegate.h41 void PutDownloadBeforeStart(napi_env, napi_value callback);
H A Dnapi_web_download_delegate.cpp48 webDownloadDelegate->PutDownloadBeforeStart(env, argv[0]); in JS_DownloadBeforeStart()
H A Dweb_download_delegate.cpp247 void WebDownloadDelegate::PutDownloadBeforeStart(napi_env, napi_value callback) in PutDownloadBeforeStart() function in OHOS::NWeb::WebDownloadDelegate