Home
last modified time | relevance | path

Searched defs:RichEditorChangeValue (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_keyboard_shortcut_test_ng.cpp446 auto tempFunc1 = [](const RichEditorChangeValue&) { return true; }; in __anon3f42be580302()
449 auto tempFunc2 = [](const RichEditorChangeValue&) { return true; }; in __anon3f42be580402()
478 auto tempFunc1 = [](const RichEditorChangeValue&) { return true; }; in __anon3f42be580502()
481 auto tempFunc2 = [](const RichEditorChangeValue&) { return true; }; in __anon3f42be580602()
843 auto tempFunc1 = [](const RichEditorChangeValue&) { return true; }; in __anon3f42be580702()
846 auto tempFunc2 = [](const RichEditorChangeValue&) { return true; }; in __anon3f42be580802()
887 auto tempFunc1 = [](const RichEditorChangeValue&) { return true; }; in __anon3f42be580902()
890 auto tempFunc2 = [](const RichEditorChangeValue&) { return true; }; in __anon3f42be580a02()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_event_hub.h224 DECLARE_ACE_TYPE(RichEditorChangeValue, BaseEventInfo) in DECLARE_ACE_TYPE() argument