Home
last modified time | relevance | path

Searched refs:SetStyledString (Results 1 - 19 of 19) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_controller.cpp34 void TextController::SetStyledString(const RefPtr<SpanStringBase>& value) in SetStyledString() function in OHOS::Ace::NG::TextController
40 textPattern->SetStyledString(spanString); in SetStyledString()
H A Dtext_controller.h31 void SetStyledString(const RefPtr<SpanStringBase>& value) override;
H A Dtext_model.h81 virtual void SetStyledString(const RefPtr<SpanStringBase>& value) = 0;
H A Dtext_pattern.h561 void SetStyledString(const RefPtr<SpanString>& value);
H A Dtext_pattern.cpp3924 void TextPattern::SetStyledString(const RefPtr<SpanString>& value) in SetStyledString() function in TextPattern
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_styled_string_controller.cpp20 void RichEditorStyledStringController::SetStyledString(const RefPtr<SpanStringBase>& value) in SetStyledString() function in OHOS::Ace::NG::RichEditorStyledStringController
26 richEditorPattern->SetStyledString(spanString); in SetStyledString()
H A Drich_editor_styled_string_controller.h30 void SetStyledString(const RefPtr<SpanStringBase>& value) override;
H A Drich_editor_model.h324 virtual void SetStyledString(const RefPtr<SpanStringBase>& value) = 0;
H A Drich_editor_pattern.h353 void SetStyledString(const RefPtr<SpanString>& value);
H A Drich_editor_pattern.cpp146 void RichEditorPattern::SetStyledString(const RefPtr<SpanString>& value) in SetStyledString() function in OHOS::Ace::NG::RichEditorPattern
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_styled_string_test_ng.cpp200 * @tc.desc: Test SetStyledString.
222 styledStringController->SetStyledString(mutableStr); in HWTEST_F()
252 * @tc.desc: Test SetStyledString.
274 styledStringController->SetStyledString(mutableStr); in HWTEST_F()
296 * @tc.desc: Test SetStyledString.
318 styledStringController->SetStyledString(mutableStr); in HWTEST_F()
326 * @tc.desc: Test SetStyledString.
352 styledStringController->SetStyledString(mutableStr); in HWTEST_F()
383 styledStringController->SetStyledString(mutableStr); in HWTEST_F()
433 styledStringController->SetStyledString(mutableSt in HWTEST_F()
[all...]
H A Drich_editor_accessibility_test_ng.cpp205 * @tc.desc: Test GetSubComponentInfos for SetStyledString.
231 styledStringController->SetStyledString(mutableStr); in HWTEST_F()
269 * @tc.desc: Test GetSubComponentInfos for SetStyledString.
299 styledStringController->SetStyledString(mutableStr); in HWTEST_F()
386 * @tc.desc: Test ExecSubComponent for SetStyledString.
416 styledStringController->SetStyledString(mutableStr); in HWTEST_F()
H A Drich_editor_pattern_testfive_ng.cpp327 richEditorPattern->SetStyledString(spanString); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_text.h125 void SetStyledString(const JSCallbackInfo& info);
H A Djs_richeditor.h238 void SetStyledString(const JSCallbackInfo& args);
H A Djs_text.cpp1173 void JSTextController::SetStyledString(const JSCallbackInfo& info) in SetStyledString() function in OHOS::OHOS::Ace::Framework::JSTextController
1188 controller->SetStyledString(spanStringController); in SetStyledString()
1195 JSClass<JSTextController>::CustomMethod("setStyledString", &JSTextController::SetStyledString); in JSBind()
H A Djs_richeditor.cpp2603 void JSRichEditorStyledStringController::SetStyledString(const JSCallbackInfo& args) in SetStyledString() function in JSRichEditorStyledStringController
2616 styledStringController->SetStyledString(spanStringController); in SetStyledString()
2742 "setStyledString", &JSRichEditorStyledStringController::SetStyledString); in JSBind()
/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dspan_string_test_ng.cpp781 textController->SetStyledString(spanStringWithSpans); in HWTEST_F()
830 textController->SetStyledString(spanStringWithSpans); in HWTEST_F()
866 textController->SetStyledString(spanString); in HWTEST_F()
899 textController->SetStyledString(spanString); in HWTEST_F()
H A Dtext_testfive_ng.cpp408 textPattern->SetStyledString(spanString); in HWTEST_F()

Completed in 45 milliseconds