Searched refs:JavaScriptCallBackImpl (Results 1 – 5 of 5) sorted by relevance
37 using JavaScriptCallBackImpl = std::function<std::shared_ptr<WebJSValue>( variable41 void SetJavaScriptCallBack(const JavaScriptCallBackImpl&& javaScriptCallBackImpl) in SetJavaScriptCallBack()47 JavaScriptCallBackImpl javaScriptCallBackImpl_;
655 …void SetWebViewJavaScriptResultCallBack(const WebController::JavaScriptCallBackImpl&& javaScriptCa…
1092 const WebController::JavaScriptCallBackImpl&& javaScriptCallBackImpl) in SetWebViewJavaScriptResultCallBack()2174 …[weak = WeakClaim(this), uiTaskExecutor](WebController::JavaScriptCallBackImpl&& javaScriptCallBac… in SetWebCallBack()
651 using JavaScriptCallBackImpl = std::function<std::shared_ptr<WebJSValue>( variable655 …using WebViewJavaScriptResultCallBackImpl = std::function<void(JavaScriptCallBackImpl&& javaScript…661 void SetJavaScriptCallBackImpl(JavaScriptCallBackImpl&& javaScriptCallBackImpl) in SetJavaScriptCallBackImpl()
921 …WebController::JavaScriptCallBackImpl callback = [weak = WeakClaim(this)](const std::string& objec… in SetJavascriptCallBackImpl()