Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web_controller.h37 void ExecuteTypeScript(const JSCallbackInfo& args);
H A Djs_web_controller.cpp502 JSClass<JSWebController>::CustomMethod("runJavaScript", &JSWebController::ExecuteTypeScript); in JSBind()
668 void JSWebController::ExecuteTypeScript(const JSCallbackInfo& args) in ExecuteTypeScript() function in OHOS::Ace::Framework::JSWebController
696 webController_->ExecuteTypeScript(script, std::move(callback)); in ExecuteTypeScript()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_property.h375 void ExecuteTypeScript(std::string jscode, std::function<void(std::string)>&& callback) const in ExecuteTypeScript() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h1052 …void ExecuteTypeScript(const std::string& jscode, const std::function<void(std::string)>&& callbac…
H A Dweb_delegate.cpp1050 void WebDelegate::ExecuteTypeScript(const std::string& jscode, const std::function<void(const std::… in ExecuteTypeScript() function in OHOS::Ace::WebDelegate
2267 delegate->ExecuteTypeScript(jscode, std::move(callback)); in SetWebCallBack()