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 D | ark_web_handler_impl.cpp | 731 …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 D | ark_web_handler_impl.h | 520 …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 D | ark_web_handler_wrapper.cpp | 833 bool isFatalError, bool isMainFrame) in OnAllSslErrorRequestByJS() argument 838 isFatalError, isMainFrame); in OnAllSslErrorRequestByJS() 843 ArkWebStringClassToStruct(referrer), isFatalError, isMainFrame); in OnAllSslErrorRequestByJS()
|
H A D | ark_web_handler_wrapper.h | 532 …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 D | ArkWeb.ts | 199 …originalUrl: string; referrer: string; isFatalError: boolean; isMainFrame: boolean; }) => void): t…
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/ |
H A D | ark_web_handler.h | 620 …rkWebString& url, const ArkWebString& originalUrl, const ArkWebString& referrer, bool isFatalError,
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_client_impl.h | 185 bool isFatalError,
|
H A D | web_client_impl.cpp | 614 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 D | nweb_handler.h | 837 …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 D | web_event.h | 554 bool isFatalError, in WebAllSslErrorEvent() argument 562 isFatalError_(isFatalError), in WebAllSslErrorEvent()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkweb/ |
H A D | ts-basic-components-web.md | 4224 console.log("onSslErrorEvent isFatalError: " + event.isFatalError); 9213 | isFatalError | boolean | 是 | 是否是致命错误。 |
|
/ohos5.0/docs/en/application-dev/reference/apis-arkweb/ |
H A D | ts-basic-components-web.md | 4224 console.log("onSslErrorEvent isFatalError: " + event.isFatalError); 9209 | isFatalError | boolean | Yes | Whether the error is a fatal error. …
|