Searched refs:ArkWebResourceReadyCallbackImpl (Results 1 – 3 of 3) sorted by relevance
22 ArkWebResourceReadyCallbackImpl::ArkWebResourceReadyCallbackImpl( in ArkWebResourceReadyCallbackImpl() function in OHOS::ArkWeb::ArkWebResourceReadyCallbackImpl27 void ArkWebResourceReadyCallbackImpl::Cancel() in Cancel()32 void ArkWebResourceReadyCallbackImpl::Continue() in Continue()
25 class ArkWebResourceReadyCallbackImpl : public ArkWebResourceReadyCallback {26 IMPLEMENT_REFCOUNTING(ArkWebResourceReadyCallbackImpl);29 ArkWebResourceReadyCallbackImpl(31 ~ArkWebResourceReadyCallbackImpl() = default;
180 …ark_web_url_resource_response_->PutResponseReadyCallback(new ArkWebResourceReadyCallbackImpl(callb… in PutResponseReadyCallback()