Home
last modified time | relevance | path

Searched refs:GetDeletedSpan (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_pattern_testfour_ng.cpp854 …richEditorPattern->GetDeletedSpan(changeValue, innerPosition, -99, RichEditorDeleteDirection::BACK…
857 …richEditorPattern->GetDeletedSpan(changeValue, innerPosition, -99, RichEditorDeleteDirection::BACK…
H A Drich_editor_keyboard_shortcut_test_ng.cpp754 richEditorPattern->GetDeletedSpan(changeValue, innerPosition, length, direction);
983 richEditorPattern->GetDeletedSpan(changeValue, innerPosition, length, direction);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp9693 void RichEditorPattern::GetDeletedSpan(RichEditorChangeValue& changeValue, int32_t& innerPosition, in OnBackPressed() function in OHOS::Ace::NG::RichEditorPattern
9896GetDeletedSpan(changeValue, innerPosition, StringUtils::ToWstring(record.addText.value_or("")).len… in OnBackPressed()
9901GetDeletedSpan(changeValue, innerPosition, StringUtils::ToWstring(record.addText.value_or("")).len… in OnBackPressed()
9909GetDeletedSpan(changeValue, innerPosition, StringUtils::ToWstring(record.addText.value_or("")).len… in OnBackPressed()
9920GetDeletedSpan(changeValue, innerPosition, StringUtils::ToWstring(record.addText.value_or("")).len… in OnBackPressed()
9958 GetDeletedSpan(changeValue, innerPosition, length, RichEditorDeleteDirection::FORWARD); in OnBackPressed()
9964 GetDeletedSpan(changeValue, innerPosition, length, RichEditorDeleteDirection::FORWARD); in OnBackPressed()
9984 GetDeletedSpan(changeValue, innerPosition, in OnBackPressed()
9987 GetDeletedSpan(changeValue, innerPosition, in OnBackPressed()
9994GetDeletedSpan(changeValue, innerPosition, delLength, RichEditorDeleteDirection::FORWARD, false); in OnBackPressed()
[all …]
H A Drich_editor_pattern.h1194 void GetDeletedSpan(RichEditorChangeValue& changeValue, int32_t& innerPosition, int32_t length,