Home
last modified time | relevance | path

Searched refs:CursorMoveRight (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_editing_value_ng.h53 void CursorMoveRight() in CursorMoveRight() function
H A Dtext_field_pattern.h566 bool CursorMoveRight();
H A Dtext_field_pattern.cpp1086 CursorMoveRight(); in CursorMove()
4743 bool TextFieldPattern::CursorMoveRight() in CursorMoveRight() function in OHOS::Ace::NG::TextFieldPattern
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.h136 bool CursorMoveRight() in CursorMoveRight() function
138 CursorMoveRight(CursorMoveSkip::CHARACTER); in CursorMoveRight()
141 void CursorMoveRight(CursorMoveSkip skip);
H A Don_text_changed_listener_impl.cpp235 client->CursorMoveRight(); in MoveCursor()
H A Drender_text_field.cpp1832 CursorMoveRight(); in OnKeyEvent()
2129 void RenderTextField::CursorMoveRight(CursorMoveSkip skip) in CursorMoveRight() function in OHOS::Ace::RenderTextField
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_input_cursor_test.cpp890 auto ret = pattern_->CursorMoveRight();
904 ret = pattern_->CursorMoveRight();
919 ret = pattern_->CursorMoveRight();
H A Dtext_input_update_test.cpp261 pattern_->CursorMoveRight();
269 auto ret = pattern_->CursorMoveRight();
H A Dtext_area_test.cpp436 auto ret = pattern_->CursorMoveRight();
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_pattern_testthree_ng.cpp97 richEditorPattern->CursorMoveRight();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h441 bool CursorMoveRight();
H A Drich_editor_pattern.cpp5669 bool RichEditorPattern::CursorMoveRight() in OnBackPressed() function in OHOS::Ace::NG::RichEditorPattern
6509 CursorMoveRight(); in OnBackPressed()