Home
last modified time | relevance | path

Searched refs:GetStyledString (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_styled_string_controller.cpp31 RefPtr<SpanStringBase> RichEditorStyledStringController::GetStyledString() in GetStyledString() function in OHOS::Ace::NG::RichEditorStyledStringController
36 auto styledString = richEditorPattern->GetStyledString(); in GetStyledString()
H A Drich_editor_styled_string_controller.h31 RefPtr<SpanStringBase> GetStyledString() override;
H A Drich_editor_model.h327 virtual RefPtr<SpanStringBase> GetStyledString() = 0;
H A Drich_editor_pattern.h348 RefPtr<MutableSpanString> GetStyledString() const in GetStyledString() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_styled_string_test_ng.cpp388 … styledString = AceType::DynamicCast<MutableSpanString>(styledStringController->GetStyledString());
393 … styledString = AceType::DynamicCast<MutableSpanString>(styledStringController->GetStyledString());
398 … styledString = AceType::DynamicCast<MutableSpanString>(styledStringController->GetStyledString());
403 … styledString = AceType::DynamicCast<MutableSpanString>(styledStringController->GetStyledString());
408 … styledString = AceType::DynamicCast<MutableSpanString>(styledStringController->GetStyledString());
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_richeditor.h245 void GetStyledString(const JSCallbackInfo& args);
H A Djs_richeditor.cpp2664 void JSRichEditorStyledStringController::GetStyledString(const JSCallbackInfo& args) in GetStyledString() function in OHOS::Ace::Framework::JSRichEditorStyledStringController
2670 …bleSpanString = AceType::DynamicCast<MutableSpanString>(styledStringController->GetStyledString()); in GetStyledString()
2789 "getStyledString", &JSRichEditorStyledStringController::GetStyledString); in JSBind()