Home
last modified time | relevance | path

Searched refs:AfterInsertValue (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.h1175 void AfterInsertValue(
H A Drich_editor_pattern.cpp5136AfterInsertValue(targetSpanNode, static_cast<int32_t>(StringUtils::ToWstring(insertValue).length()… in InsertValueOperation()
5167AfterInsertValue(newSpanNode, static_cast<int32_t>(StringUtils::ToWstring(insertValue).length()), … in InsertDiffStyleValueInSpan()
5267AfterInsertValue(spanNode, static_cast<int32_t>(StringUtils::ToWstring(insertValue).length()), tru… in CreateTextSpanNode()
5299 void RichEditorPattern::AfterInsertValue( in AfterInsertValue() function in OHOS::Ace::NG::RichEditorPattern