Home
last modified time | relevance | path

Searched refs:CursorMoveUp (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Don_text_changed_listener_impl.cpp226 client->CursorMoveUp(); in MoveCursor()
H A Drender_text_field.h142 bool CursorMoveUp();
H A Drender_text_field.cpp1837 CursorMoveUp(); in OnKeyEvent()
2144 bool RenderTextField::CursorMoveUp() in CursorMoveUp() function in OHOS::Ace::RenderTextField
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_pattern_testone_ng.cpp326 richEditorPattern->CursorMoveUp();
328 bool res = richEditorPattern->CursorMoveUp();
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_input_cursor_test.cpp1096 auto ret = pattern_->CursorMoveUp();
H A Dtext_area_test.cpp342 auto ret = pattern_->CursorMoveUp();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.h572 bool CursorMoveUp();
H A Dtext_field_pattern.cpp1090 CursorMoveUp(); in CursorMove()
4841 bool TextFieldPattern::CursorMoveUp() in CursorMoveUp() function in OHOS::Ace::NG::TextFieldPattern
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h442 bool CursorMoveUp();
H A Drich_editor_pattern.cpp5696 bool RichEditorPattern::CursorMoveUp() in OnBackPressed() function in OHOS::Ace::NG::RichEditorPattern
6512 CursorMoveUp(); in OnBackPressed()