Home
last modified time | relevance | path

Searched refs:ArkWebJsProxyCallbackImpl (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_js_proxy_callback_impl.cpp22 ArkWebJsProxyCallbackImpl::ArkWebJsProxyCallbackImpl( in ArkWebJsProxyCallbackImpl() function in OHOS::ArkWeb::ArkWebJsProxyCallbackImpl
27 ArkWebString ArkWebJsProxyCallbackImpl::GetMethodName() in GetMethodName()
32 NativeArkWebOnJavaScriptProxyCallback ArkWebJsProxyCallbackImpl::GetMethodCallback() in GetMethodCallback()
H A Dark_web_js_proxy_callback_impl.h25 class ArkWebJsProxyCallbackImpl : public ArkWebJsProxyCallback {
26 IMPLEMENT_REFCOUNTING(ArkWebJsProxyCallbackImpl);
29ArkWebJsProxyCallbackImpl(std::shared_ptr<OHOS::NWeb::NWebJsProxyCallback> nweb_js_proxy_callback);
30 ~ArkWebJsProxyCallbackImpl() = default;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/cpptoc/webview/
H A Dark_web_js_proxy_callback_vector_cpptoc.cpp37 …ArkWebRefPtr<ArkWebJsProxyCallback> ark_web_js_proxy_callback = new ArkWebJsProxyCallbackImpl(*it); in ArkWebJsProxyCallbackVectorClassToStruct()