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 D | rich_editor_pattern.h | 505 void SetSelectSpanStyle(int32_t start, int32_t end, KeyCode code, bool isStart);
|
H A D | rich_editor_pattern.cpp | 2224 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()
|