Searched refs:JsCommonEventFunction (Results 1 – 4 of 4) sorted by relevance
167 class ACE_EXPORT JsCommonEventFunction : public JsFunction {168 DECLARE_ACE_TYPE(JsCommonEventFunction, JsFunction);171 JsCommonEventFunction() = delete;172 JsCommonEventFunction(const JSRef<JSFunc>& jsFunction) in JsCommonEventFunction() function175 ~JsCommonEventFunction() override = default;
562 …AceType::MakeRefPtr<JsCommonEventFunction<NG::RichEditorChangeValue, 2>>(JSRef<JSFunc>::Cast(info[… in SetOnDidChange()1244 …AceType::MakeRefPtr<JsCommonEventFunction<NG::TextFieldCommonEvent, 2>>(JSRef<JSFunc>::Cast(info[0… in CreateJsRichEditorCommonEvent()2726 …auto jsOnDidChangeFunc = AceType::MakeRefPtr<JsCommonEventFunction<NG::StyledStringChangeValue, 2>… in SetOnDidChange()
763 auto jsTextFunc = AceType::MakeRefPtr<JsCommonEventFunction<NG::TextFieldCommonEvent, 2>>( in CreateJsSearchCommonEvent()
901 auto jsTextFunc = AceType::MakeRefPtr<JsCommonEventFunction<NG::TextFieldCommonEvent, 2>>( in CreateJsTextFieldCommonEvent()