Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_keyboard_shortcut_test_ng.cpp936 auto ret = richEditorPattern->GetDelPartiallySpanItem(changeValue, originalStr, originalPos);
944 ret = richEditorPattern->GetDelPartiallySpanItem(changeValue, originalStr, originalPos);
950 ret = richEditorPattern->GetDelPartiallySpanItem(changeValue, originalStr, originalPos);
H A Drich_editor_pattern_test_ng.cpp1200 auto ret = richEditorPattern->GetDelPartiallySpanItem(changeValue, originalStr, originalPos);
1210 ret = richEditorPattern->GetDelPartiallySpanItem(changeValue, originalStr, originalPos);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h1196 RefPtr<SpanItem> GetDelPartiallySpanItem(
H A Drich_editor_pattern.cpp9508 …RefPtr<SpanItem> spanItem = fixDel ? GetDelPartiallySpanItem(changeValue, originalStr, originalPos… in OnBackPressed()
9741 RefPtr<SpanItem> RichEditorPattern::GetDelPartiallySpanItem( in OnBackPressed() function in OHOS::Ace::NG::RichEditorPattern