Home
last modified time | relevance | path

Searched refs:SetRangeBefore (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.cpp419 void RichEditorChangeValue::SetRangeBefore(const TextRange& rangeBefore) in SetRangeBefore() function in OHOS::Ace::NG::RichEditorChangeValue
439 void StyledStringChangeValue::SetRangeBefore(const TextRange& range) in SetRangeBefore() function in OHOS::Ace::NG::StyledStringChangeValue
H A Drich_editor_event_hub.h241 void SetRangeBefore(const TextRange& rangeBefore);
272 void SetRangeBefore(const TextRange& range);
H A Drich_editor_pattern.cpp468 changeValue.SetRangeBefore({ changeStart, changeEnd }); in BeforeStyledStringChange()
483 changeValue.SetRangeBefore({ changeStart, changeEnd }); in AfterStyledStringChange()
1287 changeValue.SetRangeBefore({ insertIndex, insertIndex }); in BeforeAddSymbol()
9724 changeValue.SetRangeBefore({ innerPosition, innerPosition + length }); in OnBackPressed()
9735 changeValue.SetRangeBefore({ symbolStart, symbolStart + SYMBOL_SPAN_LENGTH }); in OnBackPressed()
9818 changeValue.SetRangeBefore({ innerPosition, innerPosition }); in OnBackPressed()
9833 changeValue.SetRangeBefore({ insertIndex, insertIndex }); in OnBackPressed()
10012 changeValue.SetRangeBefore({ caretPosition_, caretPosition_ }); in OnBackPressed()