| /foundation/arkui/ace_engine/frameworks/core/interfaces/native/implementation/ |
| D | styled_string_controller_accessor.cpp | 37 Ark_StyledString styledString) in SetStyledStringImpl()
|
| D | styled_string_accessor.cpp | 274 if (auto styledString = OHOS::Ace::HtmlUtils::FromHtml(htmlStr); styledString) { in FromHtmlImpl() local 297 Ark_StyledString styledString) in ToHtmlImpl() 305 Ark_Buffer Marshalling0Impl(Ark_StyledString styledString, in Marshalling0Impl() 318 Ark_Buffer Marshalling1Impl(Ark_StyledString styledString) in Marshalling1Impl()
|
| D | rich_editor_styled_string_controller_accessor.cpp | 50 Ark_StyledString styledString) in SetStyledStringImpl()
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
| D | rich_editor_styled_string_common_test_ng.cpp | 63 auto styledString = AceType::MakeRefPtr<MutableSpanString>(content); in CreateTextStyledString() local
|
| D | rich_editor_styled_string_test_ng.cpp | 278 …auto styledString = AceType::DynamicCast<MutableSpanString>(styledStringController->GetStyledStrin… variable 1122 auto& styledString = richEditorPattern->styledString_; variable 1169 auto& styledString = richEditorPattern->styledString_; variable
|
| D | rich_editor_styled_undo_test_ng.cpp | 372 auto styledString = AceType::MakeRefPtr<SpanString>(INIT_VALUE_1); variable
|
| D | rich_editor_content_modifier_test_ng.cpp | 96 auto styledString = AceType::MakeRefPtr<MutableSpanString>(content); in CreateTextStyledString() local
|
| D | rich_editor_accessibility_test_ng.cpp | 121 auto styledString = AceType::MakeRefPtr<MutableSpanString>(content); in CreateTextStyledString() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
| D | rich_editor_styled_string_controller.cpp | 36 auto styledString = richEditorPattern->GetStyledString(); in GetStyledString() local
|
| D | style_manager.h | 172 …bool NeedTypingParagraphStyle(const RefPtr<MutableSpanString>& styledString, int32_t changeStart, … in NeedTypingParagraphStyle() 250 …tringByTypingStyle(const std::u16string& insertValue, const RefPtr<MutableSpanString>& styledStrin… in CreateStyledStringByTypingStyle()
|
| D | rich_editor_undo_manager.cpp | 213 auto styledString = pattern->CreateStyledStringByStyleBefore(start, string); in ApplyOperationToRecord() local 218 int32_t start, int32_t length, const RefPtr<SpanString>& styledString, UndoRedoRecord& record) in ApplyOperationToRecord() 244 auto styledString = pattern->GetStyledString()->GetSubSpanString(start, length); in UpdateRecordAfterChange() local
|
| D | rich_editor_undo_manager.h | 147 … void ApplyOperationToRecord(int32_t start, int32_t length, const RefPtr<SpanString>& styledString, in ApplyOperationToRecord()
|
| D | rich_editor_event_hub.cpp | 492 void StyledStringChangeValue::SetReplacementString(const RefPtr<SpanStringBase>& styledString) in SetReplacementString()
|
| D | rich_editor_pattern.cpp | 470 auto styledString = AceType::MakeRefPtr<SpanString>(string); in CreateStyledStringByStyleBefore() local 490 auto styledString = isUndo ? record.styledStringBefore : record.styledStringAfter; in BeforeStyledStringChange() local 500 auto styledString = CreateStyledStringByStyleBefore(changeStart, string); in BeforeStyledStringChange() local 504 …rn::BeforeStyledStringChange(int32_t start, int32_t length, const RefPtr<SpanString>& styledString) in BeforeStyledStringChange() 546 auto styledString = isUndo ? record.styledStringBefore : record.styledStringAfter; in AfterStyledStringChange() local 590 auto styledString = record.styledStringAfter; in ApplyRecordInStyledString() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| D | js_richeditor.h | 281 void SetStyledStringCache(RefPtr<SpanString> styledString) in SetStyledStringCache()
|
| D | js_text.cpp | 892 auto styledString = jsController->GetStyledString(); in Create() local
|
| D | js_popups.cpp | 1761 RefPtr<SpanString> styledString; in JsBindTips() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
| D | span_model_adapter.cpp | 100 ParagraphStyle SpanModelNG::CreateParagraphStyle(ArkUI_StyledString* styledString) in CreateParagraphStyle()
|
| /foundation/arkui/ace_engine/adapter/ohos/capability/html/ |
| D | html_to_span.cpp | 1305 auto styledString = hts.ToSpanString(html); in FromHtml() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
| D | jsUIContext.js | 275 getParagraphs(styledString, options) { argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/ |
| D | js_span_string.cpp | 766 auto styledString = HtmlUtils::FromHtml(htmlStr); in FromHtml() local
|
| D | js_span_object.cpp | 1228 auto styledString = AceType::DynamicCast<SpanString>(styledStringWeakPtr.Upgrade()); in Invalidate() local
|
| /foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
| D | node_text_modifier.cpp | 1211 void SetTextContentWithStyledString(ArkUINodeHandle node, ArkUI_StyledString* styledString) in SetTextContentWithStyledString()
|
| /foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/arkoala/framework/native/src/generated/ |
| D | real_impl.cc | 18220 Ark_StyledString styledString) in SetStyledStringImpl() 18903 Ark_StyledString styledString) in SetStyledStringImpl() 20149 Ark_StyledString styledString) in ToHtmlImpl() 20153 Ark_Buffer Marshalling0Impl(Ark_StyledString styledString, in Marshalling0Impl() 20158 Ark_Buffer Marshalling1Impl(Ark_StyledString styledString) in Marshalling1Impl()
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
| D | arkts_native_common_bridge.cpp | 4022 …allInfo* runtimeCallInfo, const EcmaVM* vm, std::string& message, RefPtr<SpanString>& styledString) in ParseTipsMessage() 4106 RefPtr<SpanString> styledString; in SetBindTips() local
|