Home
last modified time | relevance | path

Searched refs:UpdateSelectionInfo (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_edit_testone_ng.cpp541 richEditorPattern->UpdateSelectionInfo(posx, posy);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h537 void UpdateSelectionInfo(int32_t start, int32_t end);
H A Drich_editor_pattern.cpp7906 void RichEditorPattern::UpdateSelectionInfo(int32_t start, int32_t end) in OnBackPressed() function in OHOS::Ace::NG::RichEditorPattern
7953 UpdateSelectionInfo(textSelector_.GetTextStart(), textSelector_.GetTextEnd()); in OnBackPressed()