Searched refs:JavaScriptCallBackImpl (Results 1 – 5 of 5) sorted by relevance
54 using JavaScriptCallBackImpl = std::function<std::shared_ptr<WebJSValue>( variable59 void SetJavaScriptCallBack(const JavaScriptCallBackImpl&& javaScriptCallBackImpl) in SetJavaScriptCallBack()65 JavaScriptCallBackImpl javaScriptCallBackImpl_;
1059 …void SetWebViewJavaScriptResultCallBack(const WebController::JavaScriptCallBackImpl&& javaScriptCa…
1266 const WebController::JavaScriptCallBackImpl&& javaScriptCallBackImpl) in SetWebViewJavaScriptResultCallBack()2379 …[weak = WeakClaim(this), uiTaskExecutor](WebController::JavaScriptCallBackImpl&& javaScriptCallBac… in SetWebCallBack()
700 using JavaScriptCallBackImpl = std::function<std::shared_ptr<WebJSValue>( variable704 …using WebViewJavaScriptResultCallBackImpl = std::function<void(JavaScriptCallBackImpl&& javaScript…710 void SetJavaScriptCallBackImpl(JavaScriptCallBackImpl&& javaScriptCallBackImpl) in SetJavaScriptCallBackImpl()
937 …WebController::JavaScriptCallBackImpl callback = [weak = WeakClaim(this)](const std::string& objec… in SetJavascriptCallBackImpl()