Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_component.h734 if (onSslErrorRequestImpl_) { in OnSslErrorRequest()
735 return onSslErrorRequestImpl_(info); in OnSslErrorRequest()
744 onSslErrorRequestImpl_ = std::move(onSslErrorRequestImpl); in SetOnSslErrorRequestImpl()
1144 OnSslErrorRequestImpl onSslErrorRequestImpl_; variable