Home
last modified time | relevance | path

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

/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_controller.cpp638 if (javaScriptResultCb_) { in DeleteJavaScriptRegister()
639 bool ret = javaScriptResultCb_->DeleteJavaScriptRegister(objName); in DeleteJavaScriptRegister()
651 if (!nweb_ptr || javaScriptResultCb_) { in SetNWebJavaScriptResultCallBack()
655 javaScriptResultCb_ = std::make_shared<WebviewJavaScriptResultCallBack>(); in SetNWebJavaScriptResultCallBack()
656 nweb_ptr->SetNWebJavaScriptResultCallBack(javaScriptResultCb_); in SetNWebJavaScriptResultCallBack()
666 if (javaScriptResultCb_) { in RegisterJavaScriptProxy()
667 javaScriptResultCb_->RegisterJavaScriptProxy(env, obj, objName, methodList); in RegisterJavaScriptProxy()
Dwebview_controller.h223 std::shared_ptr<WebviewJavaScriptResultCallBack> javaScriptResultCb_ = nullptr; variable