Home
last modified time | relevance | path

Searched refs:UpdateSelectSpanStyle (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h513 void UpdateSelectSpanStyle(int32_t start, int32_t end, KeyCode code);
H A Drich_editor_pattern.cpp2413 void RichEditorPattern::UpdateSelectSpanStyle(int32_t start, int32_t end, KeyCode code) in UpdateSelectSpanStyle() function in OHOS::Ace::NG::RichEditorPattern
10315 UpdateSelectSpanStyle(textSelector_.GetTextStart(), textSelector_.GetTextEnd(), code); in OnBackPressed()