Home
last modified time | relevance | path

Searched refs:SetSelectSpanStyle (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.h505 void SetSelectSpanStyle(int32_t start, int32_t end, KeyCode code, bool isStart);
H A Drich_editor_pattern.cpp2224 void RichEditorPattern::SetSelectSpanStyle(int32_t start, int32_t end, KeyCode code, bool isStart) in SetSelectSpanStyle() function in OHOS::Ace::NG::RichEditorPattern
2406 SetSelectSpanStyle(start, end, code, true); in IsTextSpanFromResult()
2424 SetSelectSpanStyle(spanStyleIter.spanRange[RichEditorSpanRange::RANGESTART], in UpdateSelectSpanStyle()