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 D | rich_editor_pattern_testfour_ng.cpp | 854 …richEditorPattern->GetDeletedSpan(changeValue, innerPosition, -99, RichEditorDeleteDirection::BACK… 857 …richEditorPattern->GetDeletedSpan(changeValue, innerPosition, -99, RichEditorDeleteDirection::BACK…
|
H A D | rich_editor_keyboard_shortcut_test_ng.cpp | 754 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 D | rich_editor_pattern.cpp | 9693 void RichEditorPattern::GetDeletedSpan(RichEditorChangeValue& changeValue, int32_t& innerPosition, in OnBackPressed() function in OHOS::Ace::NG::RichEditorPattern 9896 …GetDeletedSpan(changeValue, innerPosition, StringUtils::ToWstring(record.addText.value_or("")).len… in OnBackPressed() 9901 …GetDeletedSpan(changeValue, innerPosition, StringUtils::ToWstring(record.addText.value_or("")).len… in OnBackPressed() 9909 …GetDeletedSpan(changeValue, innerPosition, StringUtils::ToWstring(record.addText.value_or("")).len… in OnBackPressed() 9920 …GetDeletedSpan(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() 9994 … GetDeletedSpan(changeValue, innerPosition, delLength, RichEditorDeleteDirection::FORWARD, false); in OnBackPressed() [all …]
|
H A D | rich_editor_pattern.h | 1194 void GetDeletedSpan(RichEditorChangeValue& changeValue, int32_t& innerPosition, int32_t length,
|