Home
last modified time | relevance | path

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

/base/web/webview/interfaces/kits/cj/src/
Dwebview_controller_impl.cpp571 if (javaScriptResultCb_ && (javaScriptResultCb_->GetNWebId() == nwebId_)) { in SetNWebJavaScriptResultCallBack()
575 javaScriptResultCb_ = std::make_shared<WebviewJavaScriptResultCallBackImpl>(nwebId_); in SetNWebJavaScriptResultCallBack()
576 nweb_ptr->SetNWebJavaScriptResultCallBack(javaScriptResultCb_); in SetNWebJavaScriptResultCallBack()
590 if (!javaScriptResultCb_) { in RegisterJavaScriptProxy()
600 objId = javaScriptResultCb_->RegisterJavaScriptProxy(cjFuncs, objName, methodList); in RegisterJavaScriptProxy()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_controller.cpp164 if (!parentControl || !(parentControl->javaScriptResultCb_)) { in InnerCompleteWindowNew()
170 auto parNamedObjs = parentControl->javaScriptResultCb_->GetNamedObjects(); in InnerCompleteWindowNew()
173 if (!currentControl || !(currentControl->javaScriptResultCb_)) { in InnerCompleteWindowNew()
181 auto curNamedObjs = currentControl->javaScriptResultCb_->GetNamedObjects(); in InnerCompleteWindowNew()
895 if (javaScriptResultCb_) { in DeleteJavaScriptRegister()
896 bool ret = javaScriptResultCb_->DeleteJavaScriptRegister(objName); in DeleteJavaScriptRegister()
912 if (javaScriptResultCb_ && (javaScriptResultCb_->GetNWebId() == nwebId_)) { in SetNWebJavaScriptResultCallBack()
916 javaScriptResultCb_ = std::make_shared<WebviewJavaScriptResultCallBack>(nwebId_); in SetNWebJavaScriptResultCallBack()
917 nweb_ptr->SetNWebJavaScriptResultCallBack(javaScriptResultCb_); in SetNWebJavaScriptResultCallBack()
930 if (!javaScriptResultCb_) { in RegisterJavaScriptProxy()
[all …]
Dwebview_controller.h409 std::shared_ptr<WebviewJavaScriptResultCallBack> javaScriptResultCb_ = nullptr; variable
/base/web/webview/interfaces/kits/cj/include/
Dwebview_controller_impl.h169 std::shared_ptr<WebviewJavaScriptResultCallBackImpl> javaScriptResultCb_ = nullptr; variable