Searched refs:InsertSpanString (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
H A D | rich_editor_styled_string_test_ng.cpp | 338 mutableStr->InsertSpanString(3, mutableImageStr); 373 mutableStr->InsertSpanString(3, mutableImageStr); 588 mutableStr->InsertSpanString(3, mutableImageStr); 628 mutableStr->InsertSpanString(3, mutableImageStr); 668 mutableStr->InsertSpanString(3, mutableImageStr); 708 mutableStr->InsertSpanString(3, mutableImageStr); 751 mutableStr->InsertSpanString(3, mutableImageStr); 791 mutableStr->InsertSpanString(3, mutableImageStr);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/ |
H A D | mutable_span_string.h | 43 void InsertSpanString(int32_t start, const RefPtr<SpanString>& spanString);
|
H A D | mutable_span_string.cpp | 433 InsertSpanString(start, spanString); in ReplaceSpanString() 515 void MutableSpanString::InsertSpanString(int32_t start, const RefPtr<SpanString>& spanString) in InsertSpanString() function in OHOS::Ace::MutableSpanString 550 InsertSpanString(GetLength(), spanString); in AppendSpanString()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/adapter/ohos/capability/ |
H A D | html_convert_test.cpp | 167 mutableStr->InsertSpanString(1, spanString3); 174 mutableStr->InsertSpanString(5, spanString2);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/ |
H A D | js_span_string.h | 126 void InsertSpanString(const JSCallbackInfo& info);
|
H A D | js_span_string.cpp | 940 …s<JSMutableSpanString>::CustomMethod("insertStyledString", &JSMutableSpanString::InsertSpanString); in JSBind() 1211 void JSMutableSpanString::InsertSpanString(const JSCallbackInfo& info) in InsertSpanString() function in OHOS::Ace::Framework::JSMutableSpanString 1238 controller->InsertSpanString(start, spanStringController); in InsertSpanString()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/ |
H A D | span_string_test_ng.cpp | 692 spanString1->InsertSpanString(1, spanString2); 699 spanString1->InsertSpanString(0, spanString2); 973 mutableStr->InsertSpanString(0, spanStr); 981 mutableStr->InsertSpanString(4, spanStr); 1175 mutableStr->InsertSpanString(0, spanStr); 1183 mutableStr->InsertSpanString(4, spanStr); 1298 mutableStr->InsertSpanString(0, spanStr);
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/capability/html/ |
H A D | html_to_span.cpp | 1099 mutableSpan->InsertSpanString(info.start, span); in AddImageSpans()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_pattern.cpp | 304 styledString_->InsertSpanString(changeStart, insertStyledString); in InsertValueInStyledString() 4325 styledString_->InsertSpanString(changeStart, spanString); in InsertStyledStringByPaste() 4340 styledString_->InsertSpanString(currentCaretPosition, spanString); in HandleOnDragInsertStyledString() 4350 styledString_->InsertSpanString(currentCaretPosition, spanString); in HandleOnDragInsertStyledString()
|