Home
last modified time | relevance | path

Searched refs:UpdateSelectionType (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_overlay_test_ng.cpp1035 richEditorPattern->UpdateSelectionType(selection);
1042 richEditorPattern->UpdateSelectionType(selection);
1046 richEditorPattern->UpdateSelectionType(selection);
H A Drich_editor_test_ng.cpp2305 richEditorPattern->UpdateSelectionType(selection);
2312 richEditorPattern->UpdateSelectionType(selection);
2316 richEditorPattern->UpdateSelectionType(selection);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_pattern.h757 void UpdateSelectionType(const SelectionInfo& selection);
H A Dtext_pattern.cpp3629 UpdateSelectionType(GetSpansInfo(selectStart, selectEnd, GetSpansMethod::ONSELECT)); in UpdateSelectionSpanType()
3636 void TextPattern::UpdateSelectionType(const SelectionInfo& selection) in UpdateSelectionType() function in OHOS::Ace::NG::TextPattern
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h870 void UpdateSelectionType(const SelectionInfo& textSelectInfo);
H A Drich_editor_pattern.cpp7001 UpdateSelectionType(textSelectInfo); in OnBackPressed()
7004 void RichEditorPattern::UpdateSelectionType(const SelectionInfo& textSelectInfo) in OnBackPressed() function in OHOS::Ace::NG::RichEditorPattern
7007 TextPattern::UpdateSelectionType(GetAdjustedSelectionInfo(textSelectInfo)); in OnBackPressed()
7009 TextPattern::UpdateSelectionType(textSelectInfo); in OnBackPressed()
7608 UpdateSelectionType(textSelectInfo); in OnBackPressed()
7908 UpdateSelectionType(GetSpansInfo(start, end, GetSpansMethod::ONSELECT)); in OnBackPressed()