Home
last modified time | relevance | path

Searched refs:JavaScriptCallBackImpl (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_javascript_result_callback.h54 using JavaScriptCallBackImpl = std::function<std::shared_ptr<WebJSValue>( variable
59 void SetJavaScriptCallBack(const JavaScriptCallBackImpl&& javaScriptCallBackImpl) in SetJavaScriptCallBack()
65 JavaScriptCallBackImpl javaScriptCallBackImpl_;
H A Dweb_delegate.h1059 …void SetWebViewJavaScriptResultCallBack(const WebController::JavaScriptCallBackImpl&& javaScriptCa…
H A Dweb_delegate.cpp1266 const WebController::JavaScriptCallBackImpl&& javaScriptCallBackImpl) in SetWebViewJavaScriptResultCallBack()
2379 …[weak = WeakClaim(this), uiTaskExecutor](WebController::JavaScriptCallBackImpl&& javaScriptCallBac… in SetWebCallBack()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_property.h700 using JavaScriptCallBackImpl = std::function<std::shared_ptr<WebJSValue>( variable
704 …using WebViewJavaScriptResultCallBackImpl = std::function<void(JavaScriptCallBackImpl&& javaScript…
710 void SetJavaScriptCallBackImpl(JavaScriptCallBackImpl&& javaScriptCallBackImpl) in SetJavaScriptCallBackImpl()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web_controller.cpp937 …WebController::JavaScriptCallBackImpl callback = [weak = WeakClaim(this)](const std::string& objec… in SetJavascriptCallBackImpl()