Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_event_hub.cpp64 void RichEditorAbstractSpanResult::SetSpanRangeStart(int32_t spanRangeStart) in SetSpanRangeStart() function in OHOS::Ace::NG::RichEditorAbstractSpanResult
H A Drich_editor_event_hub.h85 void SetSpanRangeStart(int32_t spanRangeStart);
H A Drich_editor_pattern.cpp1297 retInfo.SetSpanRangeStart(insertIndex); in BeforeAddSymbol()
5331 retInfo.SetSpanRangeStart(spanItem->position - contentLength); in AfterIMEInsertValue()
6289 spanResult.SetSpanRangeStart(spanItem->position - SYMBOL_SPAN_LENGTH); in OnBackPressed()
6305 spanResult.SetSpanRangeStart(spanItem->position - 1); in OnBackPressed()
6352 spanResult.SetSpanRangeStart(spanItem->position - 1); in OnBackPressed()
6373 spanResult.SetSpanRangeStart(contentStartPosition); in OnBackPressed()
9614 retInfo.SetSpanRangeStart(rangStart); in OnBackPressed()
9867 retInfo.SetSpanRangeStart(insertIndex); in OnBackPressed()