Searched refs:download_before_start_callback_ (Results 1 – 2 of 2) sorted by relevance
30 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()
58 napi_ref download_before_start_callback_; variable