Home
last modified time | relevance | path

Searched refs:GetCaretOffsetInfoByPosition (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp5704 caretInfo = GetCaretOffsetInfoByPosition(); in OnBackPressed()
5743 caretInfo = GetCaretOffsetInfoByPosition(); in OnBackPressed()
10070 CaretOffsetInfo RichEditorPattern::GetCaretOffsetInfoByPosition(int32_t position) in OnBackPressed() function in OHOS::Ace::NG::RichEditorPattern
10124 caretInfo = GetCaretOffsetInfoByPosition(); in OnBackPressed()
10157 caretInfo = GetCaretOffsetInfoByPosition(); in OnBackPressed()
10212 caretInfo = GetCaretOffsetInfoByPosition(index); in OnBackPressed()
10280 CaretOffsetInfo caretInfo = GetCaretOffsetInfoByPosition(textSelector_.GetTextEnd()); in OnBackPressed()
10348 CaretOffsetInfo caretInfo = GetCaretOffsetInfoByPosition(); in OnBackPressed()
H A Drich_editor_pattern.h452 CaretOffsetInfo GetCaretOffsetInfoByPosition(int32_t position = -1);