Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h188 class SslErrorResultOhos : public SslErrorResult {
189 DECLARE_ACE_TYPE(SslErrorResultOhos, SslErrorResult) in DECLARE_ACE_TYPE() argument
192SslErrorResultOhos(std::shared_ptr<OHOS::NWeb::NWebJSSslErrorResult> result) : result_(result) {} in DECLARE_ACE_TYPE()
H A Dweb_client_impl.cpp590 auto param = std::make_shared<WebSslErrorEvent>(AceType::MakeRefPtr<SslErrorResultOhos>(result), in OnSslErrorRequestByJS()
H A Dweb_delegate.cpp265 void SslErrorResultOhos::HandleConfirm() in HandleConfirm()
272 void SslErrorResultOhos::HandleCancel() in HandleCancel()