Home
last modified time | relevance | path

Searched refs:CursorMoveRightWord (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_input_cursor_test.cpp942 auto ret = pattern_->CursorMoveRightWord();
968 ret = pattern_->CursorMoveRightWord();
984 ret = pattern_->CursorMoveRightWord();
H A Dtext_field_pattern_test.cpp874 pattern->CursorMoveRightWord();
879 pattern->CursorMoveRightWord();
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_pattern_testthree_ng.cpp111 EXPECT_FALSE(richEditorPattern->CursorMoveRightWord());
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.h568 bool CursorMoveRightWord();
H A Dtext_field_pattern.cpp1110 CursorMoveRightWord(); in CursorMove()
4752 bool TextFieldPattern::CursorMoveRightWord() in CursorMoveRightWord() function in OHOS::Ace::NG::TextFieldPattern
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h445 bool CursorMoveRightWord();
H A Drich_editor_pattern.cpp5796 bool RichEditorPattern::CursorMoveRightWord() in OnBackPressed() function in OHOS::Ace::NG::RichEditorPattern
6521 CursorMoveRightWord(); in OnBackPressed()