Home
last modified time | relevance | path

Searched refs:WebDownload_ResumeBeforeDownload (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/web/webview/test/fuzztest/ohos_nweb/napi_fuzzer/
H A Dnapi_fuzzer.cpp44 WebDownload_ResumeBeforeDownload(nullptr); in NapiFuzzTest()
/ohos5.0/base/web/webview/ohos_nweb/include/
H A Dnweb_c_api.h68 NWEB_EXPORT void WebDownload_ResumeBeforeDownload(const WebBeforeDownloadCallbackWrapper *wrapper);
/ohos5.0/base/web/webview/ohos_nweb/src/
H A Dnweb_helper.cpp55 DO(WebDownload_ResumeBeforeDownload); \
224 extern "C" void WebDownload_ResumeBeforeDownload(const WebBeforeDownloadCallbackWrapper* wrapper) in WebDownload_ResumeBeforeDownload() function
/ohos5.0/base/web/webview/test/unittest/nweb_helper_test/
H A Dnweb_helper_test.cpp389 WebDownload_ResumeBeforeDownload(nullptr);
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_web_download_item.cpp602 WebDownload_ResumeBeforeDownload(webDownloadItem->before_download_callback); in JS_Resume()