Home
last modified time | relevance | path

Searched refs:CursorMoveLeftWord (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_pattern_testfour.cpp362 pattern->CursorMoveLeftWord();
369 pattern->CursorMoveLeftWord();
375 pattern->CursorMoveLeftWord();
382 pattern->CursorMoveLeftWord();
H A Dtext_input_cursor_test.cpp744 auto ret = pattern_->CursorMoveLeftWord();
759 ret = pattern_->CursorMoveLeftWord();
H A Dtext_input_update_test.cpp244 EXPECT_TRUE(pattern_->CursorMoveLeftWord());
H A Dtext_field_pattern_test.cpp830 pattern->CursorMoveLeftWord();
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_pattern_testthree_ng.cpp110 EXPECT_FALSE(richEditorPattern->CursorMoveLeftWord());
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.h562 bool CursorMoveLeftWord();
H A Dtext_field_pattern.cpp1106 CursorMoveLeftWord(); in CursorMove()
4655 bool TextFieldPattern::CursorMoveLeftWord() in CursorMoveLeftWord() function in OHOS::Ace::NG::TextFieldPattern
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h444 bool CursorMoveLeftWord();
H A Drich_editor_pattern.cpp5776 bool RichEditorPattern::CursorMoveLeftWord() in OnBackPressed() function in OHOS::Ace::NG::RichEditorPattern
6518 CursorMoveLeftWord(); in OnBackPressed()