Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/interfaces/kits/cj/include/
H A Dweb_errors.h44 constexpr ErrCode NO_DOWNLOAD_DELEGATE_SET = 17100018; variable
/ohos5.0/base/web/webview/interfaces/kits/napi/common/
H A Dweb_errors.h57 constexpr ErrCode NO_DOWNLOAD_DELEGATE_SET = 17100018; variable
H A Dweb_errors.cpp81 {NO_DOWNLOAD_DELEGATE_SET, NO_DOWNLOAD_DELEGATE_SET_MSG},
/ohos5.0/base/web/webview/interfaces/kits/cj/src/
H A Dweb_errors.cpp67 {NO_DOWNLOAD_DELEGATE_SET, NO_DOWNLOAD_DELEGATE_SET_MSG},
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_web_download_manager.cpp71 BusinessError::ThrowErrorByErrcode(env, NO_DOWNLOAD_DELEGATE_SET); in JS_ResumeDownload()