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.cpp639 if (javaScriptResultCb_) { in DeleteJavaScriptRegister()
640 bool ret = javaScriptResultCb_->DeleteJavaScriptRegister(objName); in DeleteJavaScriptRegister()
652 if (!nweb_ptr || javaScriptResultCb_) { in SetNWebJavaScriptResultCallBack()
656 javaScriptResultCb_ = std::make_shared<WebviewJavaScriptResultCallBack>(); in SetNWebJavaScriptResultCallBack()
657 nweb_ptr->SetNWebJavaScriptResultCallBack(javaScriptResultCb_); in SetNWebJavaScriptResultCallBack()
667 if (javaScriptResultCb_) { in RegisterJavaScriptProxy()
668 javaScriptResultCb_->RegisterJavaScriptProxy(env, obj, objName, methodList); in RegisterJavaScriptProxy()
Dwebview_controller.h196 std::shared_ptr<WebviewJavaScriptResultCallBack> javaScriptResultCb_ = nullptr; variable