Searched refs:ArkWebFindCallbackImpl (Results 1 – 3 of 3) sorted by relevance
25 class ArkWebFindCallbackImpl : public ArkWebFindCallback {26 IMPLEMENT_REFCOUNTING(ArkWebFindCallbackImpl);29 ArkWebFindCallbackImpl(std::shared_ptr<OHOS::NWeb::NWebFindCallback> nweb_find_callback);30 ~ArkWebFindCallbackImpl() = default;
22 ArkWebFindCallbackImpl::ArkWebFindCallbackImpl(std::shared_ptr<OHOS::NWeb::NWebFindCallback> nweb_f… in ArkWebFindCallbackImpl() function in OHOS::ArkWeb::ArkWebFindCallbackImpl26 void ArkWebFindCallbackImpl::OnFindResultReceived( in OnFindResultReceived()
403 ark_web_nweb_->PutFindCallback(new ArkWebFindCallbackImpl(find_listener)); in PutFindCallback()