Home
last modified time | relevance | path

Searched refs:WebDownload_CancelBeforeDownload (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/web/webview/test/fuzztest/ohos_nweb/napi_fuzzer/
H A Dnapi_fuzzer.cpp42 WebDownload_CancelBeforeDownload(nullptr); in NapiFuzzTest()
/ohos5.0/base/web/webview/ohos_nweb/include/
H A Dnweb_c_api.h64 NWEB_EXPORT void WebDownload_CancelBeforeDownload(const WebBeforeDownloadCallbackWrapper *wrapper);
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dweb_download_delegate.cpp101 WebDownload_CancelBeforeDownload(downloadItem->before_download_callback); in DownloadBeforeStart()
H A Dnapi_web_download_item.cpp539 WebDownload_CancelBeforeDownload(webDownloadItem->before_download_callback); in JS_Cancel()
/ohos5.0/base/web/webview/ohos_nweb/src/
H A Dnweb_helper.cpp53 DO(WebDownload_CancelBeforeDownload); \
206 extern "C" void WebDownload_CancelBeforeDownload(const WebBeforeDownloadCallbackWrapper* wrapper) in WebDownload_CancelBeforeDownload() function
/ohos5.0/base/web/webview/test/unittest/nweb_helper_test/
H A Dnweb_helper_test.cpp387 WebDownload_CancelBeforeDownload(nullptr);