Home
last modified time | relevance | path

Searched refs:JsPasteButtonClickFunction (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_paste_button.h29 class JsPasteButtonClickFunction : public JsFunction {
30 DECLARE_ACE_TYPE(JsPasteButtonClickFunction, JsFunction) in DECLARE_ACE_TYPE() argument
32 explicit JsPasteButtonClickFunction(const JSRef<JSFunc>& jsFunction) : in DECLARE_ACE_TYPE()
35 ~JsPasteButtonClickFunction() override {}; in ~JsPasteButtonClickFunction()
H A Djs_paste_button.cpp95 void JsPasteButtonClickFunction::Execute(GestureEvent& info) in Execute()
135 …auto jsOnClickFunc = AceType::MakeRefPtr<JsPasteButtonClickFunction>(JSRef<JSFunc>::Cast(info[0])); in JsOnClick()