Home
last modified time | relevance | path

Searched defs:ExecuteTypeScript (Results 1 – 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/web/
Dweb_property.h323 void ExecuteTypeScript(std::string jscode, std::function<void(std::string)>&& callback) const in ExecuteTypeScript() function
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_web_controller.cpp622 void JSWebController::ExecuteTypeScript(const JSCallbackInfo& args) in ExecuteTypeScript() function in OHOS::Ace::Framework::JSWebController
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
Dweb_delegate.cpp870 void WebDelegate::ExecuteTypeScript(const std::string& jscode, const std::function<void(const std::… in ExecuteTypeScript() function in OHOS::Ace::WebDelegate