Home
last modified time | relevance | path

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

/foundation/ace/ace_engine/frameworks/core/components/web/resource/
Dweb_javascript_result_callback.h37 using JavaScriptCallBackImpl = std::function<std::shared_ptr<WebJSValue>( variable
41 void SetJavaScriptCallBack(const JavaScriptCallBackImpl&& javaScriptCallBackImpl) in SetJavaScriptCallBack()
47 JavaScriptCallBackImpl javaScriptCallBackImpl_;
Dweb_delegate.h220 …void SetWebViewJavaScriptResultCallBack(const WebController::JavaScriptCallBackImpl&& javaScriptCa…
Dweb_delegate.cpp535 const WebController::JavaScriptCallBackImpl&& javaScriptCallBackImpl) in SetWebViewJavaScriptResultCallBack()
1024 WebController::JavaScriptCallBackImpl&& javaScriptCallBackImpl) { in SetWebCallBack()
/foundation/ace/ace_engine/frameworks/core/components/web/
Dweb_component.h447 using JavaScriptCallBackImpl = std::function<std::shared_ptr<WebJSValue>( variable
451 …using WebViewJavaScriptResultCallBackImpl = std::function<void(JavaScriptCallBackImpl&& javaScript…
457 void SetJavaScriptCallBackImpl(JavaScriptCallBackImpl&& javaScriptCallBackImpl) in SetJavaScriptCallBackImpl()
/foundation/ace/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_web_controller.cpp480 WebController::JavaScriptCallBackImpl callback = in SetJavascriptCallBackImpl()
508 WebController::JavaScriptCallBackImpl callback = in AddJavascriptInterface()
564 WebController::JavaScriptCallBackImpl callback = in InitJavascriptInterface()