Home
last modified time | relevance | path

Searched refs:download_before_start_callback_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dweb_download_delegate.cpp30 download_before_start_callback_(nullptr), in WebDownloadDelegate()
42 if (download_before_start_callback_) { in ~WebDownloadDelegate()
43 napi_delete_reference(env_, download_before_start_callback_); in ~WebDownloadDelegate()
79 if (!download_before_start_callback_) { in DownloadBeforeStart()
83 status = napi_get_reference_value(env_, download_before_start_callback_, &callbackFunc); in DownloadBeforeStart()
250 napi_status status = napi_create_reference(env_, callback, 1, &download_before_start_callback_); in PutDownloadBeforeStart()
H A Dweb_download_delegate.h58 napi_ref download_before_start_callback_; variable