Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_delegate_cross.h303 class WebResourceErrorImpl : public AceType {
304 DECLARE_ACE_TYPE(WebResourceErrorImpl, AceType);
306 explicit WebResourceErrorImpl(void* object) : object_(object) {} in WebResourceErrorImpl() function
H A Dweb_delegate_cross.cpp238 std::string WebResourceErrorImpl::GetErrorInfo() const in GetErrorInfo()
247 int WebResourceErrorImpl::GetErrorCode() const in GetErrorCode()
1065 auto webResourceError = AceType::MakeRefPtr<WebResourceErrorImpl>(object); in OnErrorReceive()