Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_resource_ready_callback_impl.cpp22 ArkWebResourceReadyCallbackImpl::ArkWebResourceReadyCallbackImpl( in ArkWebResourceReadyCallbackImpl() function in OHOS::ArkWeb::ArkWebResourceReadyCallbackImpl
27 void ArkWebResourceReadyCallbackImpl::Cancel() in Cancel()
32 void ArkWebResourceReadyCallbackImpl::Continue() in Continue()
H A Dark_web_resource_ready_callback_impl.h25 class ArkWebResourceReadyCallbackImpl : public ArkWebResourceReadyCallback {
26 IMPLEMENT_REFCOUNTING(ArkWebResourceReadyCallbackImpl);
29 ArkWebResourceReadyCallbackImpl(
31 ~ArkWebResourceReadyCallbackImpl() = default;
H A Dark_web_url_resource_response_wrapper.cpp180 …ark_web_url_resource_response_->PutResponseReadyCallback(new ArkWebResourceReadyCallbackImpl(callb… in PutResponseReadyCallback()