Home
last modified time | relevance | path

Searched refs:AppendSpanString (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_styled_string_test_ng.cpp337 mutableStr->AppendSpanString(mutableTextStr);
372 mutableStr->AppendSpanString(mutableTextStr);
587 mutableStr->AppendSpanString(mutableTextStr);
627 mutableStr->AppendSpanString(mutableTextStr);
667 mutableStr->AppendSpanString(mutableTextStr);
707 mutableStr->AppendSpanString(mutableTextStr);
750 mutableStr->AppendSpanString(mutableTextStr);
790 mutableStr->AppendSpanString(mutableTextStr);
829 mutableStr->AppendSpanString(mutableTextStr);
H A Drich_editor_test_ng.cpp6535 mutableStr->AppendSpanString(imageSpan);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_styled_string_controller.cpp40 mutableSpanString->AppendSpanString(spanString); in GetStyledString()
H A Drich_editor_pattern.cpp464 replaceMentString->AppendSpanString(styledString); in BeforeStyledStringChange()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H A Dmutable_span_string.h44 void AppendSpanString(const RefPtr<SpanString>& spanString);
H A Dmutable_span_string.cpp548 void MutableSpanString::AppendSpanString(const RefPtr<SpanString>& spanString) in AppendSpanString() function in OHOS::Ace::MutableSpanString
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/
H A Djs_span_string.h127 void AppendSpanString(const JSCallbackInfo& info);
H A Djs_span_string.cpp941 …s<JSMutableSpanString>::CustomMethod("appendStyledString", &JSMutableSpanString::AppendSpanString); in JSBind()
1241 void JSMutableSpanString::AppendSpanString(const JSCallbackInfo& info) in AppendSpanString() function in OHOS::Ace::Framework::JSMutableSpanString
1260 controller->AppendSpanString(spanStringController); in AppendSpanString()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dspan_string_test_ng.cpp351 spanString->AppendSpanString(spanString);
382 mutableStr->AppendSpanString(imageSpan1);
385 spanString->AppendSpanString(mutableStr);
388 spanString->AppendSpanString(spanString);
714 spanString1->AppendSpanString(spanString2);
1032 mutableStr->AppendSpanString(imageSpan1);
1145 mutableStr->AppendSpanString(mutableStr2);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/adapter/ohos/capability/
H A Dhtml_convert_test.cpp215 imageSpan->AppendSpanString(mutableStr2);