Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_web_download_delegate.cpp144 const std::string WEB_DOWNLOAD_DELEGATE = "WebDownloadDelegate"; in Init() local
146 …napi_define_class(env, WEB_DOWNLOAD_DELEGATE.c_str(), WEB_DOWNLOAD_DELEGATE.length(), JS_Construct… in Init()
148 napi_set_named_property(env, exports, WEB_DOWNLOAD_DELEGATE.c_str(), webDownloadDelegateClass); in Init()