Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_handler_impl.cpp731 …rkWebString& url, const ArkWebString& originalUrl, const ArkWebString& referrer, bool isFatalError, in OnAllSslErrorRequestByJS() argument
737 isFatalError, isMainFrame); in OnAllSslErrorRequestByJS()
742 ArkWebStringStructToClass(referrer), isFatalError, isMainFrame); in OnAllSslErrorRequestByJS()
H A Dark_web_handler_impl.h520 …const ArkWebString& originalUrl, const ArkWebString& referrer, bool isFatalError, bool isMainFrame…
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_handler_wrapper.cpp833 bool isFatalError, bool isMainFrame) in OnAllSslErrorRequestByJS() argument
838 isFatalError, isMainFrame); in OnAllSslErrorRequestByJS()
843 ArkWebStringClassToStruct(referrer), isFatalError, isMainFrame); in OnAllSslErrorRequestByJS()
H A Dark_web_handler_wrapper.h532 …t std::string& url, const std::string& originalUrl, const std::string& referrer, bool isFatalError,
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
H A DArkWeb.ts199 …originalUrl: string; referrer: string; isFatalError: boolean; isMainFrame: boolean; }) => void): t…
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_handler.h620 …rkWebString& url, const ArkWebString& originalUrl, const ArkWebString& referrer, bool isFatalError,
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.h185 bool isFatalError,
H A Dweb_client_impl.cpp614 bool isFatalError, in OnAllSslErrorRequestByJS() argument
623 static_cast<int32_t>(error), url, originalUrl, referrer, isFatalError, isMainFrame); in OnAllSslErrorRequestByJS()
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_handler.h837 …t std::string& url, const std::string& originalUrl, const std::string& referrer, bool isFatalError, in OnAllSslErrorRequestByJS() argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_event.h554 bool isFatalError, in WebAllSslErrorEvent() argument
562 isFatalError_(isFatalError), in WebAllSslErrorEvent()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkweb/
H A Dts-basic-components-web.md4224 console.log("onSslErrorEvent isFatalError: " + event.isFatalError);
9213 | isFatalError | boolean | 是 | 是否是致命错误。 |
/ohos5.0/docs/en/application-dev/reference/apis-arkweb/
H A Dts-basic-components-web.md4224 console.log("onSslErrorEvent isFatalError: " + event.isFatalError);
9209 | isFatalError | boolean | Yes | Whether the error is a fatal error. …