Home
last modified time | relevance | path

Searched defs:styledString (Results 1 – 25 of 28) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/core/interfaces/native/implementation/
Dstyled_string_controller_accessor.cpp37 Ark_StyledString styledString) in SetStyledStringImpl()
Dstyled_string_accessor.cpp274 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()
Drich_editor_styled_string_controller_accessor.cpp50 Ark_StyledString styledString) in SetStyledStringImpl()
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
Drich_editor_styled_string_common_test_ng.cpp63 auto styledString = AceType::MakeRefPtr<MutableSpanString>(content); in CreateTextStyledString() local
Drich_editor_styled_string_test_ng.cpp278 …auto styledString = AceType::DynamicCast<MutableSpanString>(styledStringController->GetStyledStrin… variable
1122 auto& styledString = richEditorPattern->styledString_; variable
1169 auto& styledString = richEditorPattern->styledString_; variable
Drich_editor_styled_undo_test_ng.cpp372 auto styledString = AceType::MakeRefPtr<SpanString>(INIT_VALUE_1); variable
Drich_editor_content_modifier_test_ng.cpp96 auto styledString = AceType::MakeRefPtr<MutableSpanString>(content); in CreateTextStyledString() local
Drich_editor_accessibility_test_ng.cpp121 auto styledString = AceType::MakeRefPtr<MutableSpanString>(content); in CreateTextStyledString() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
Drich_editor_styled_string_controller.cpp36 auto styledString = richEditorPattern->GetStyledString(); in GetStyledString() local
Dstyle_manager.h172 …bool NeedTypingParagraphStyle(const RefPtr<MutableSpanString>& styledString, int32_t changeStart, … in NeedTypingParagraphStyle()
250 …tringByTypingStyle(const std::u16string& insertValue, const RefPtr<MutableSpanString>& styledStrin… in CreateStyledStringByTypingStyle()
Drich_editor_undo_manager.cpp213 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
Drich_editor_undo_manager.h147 … void ApplyOperationToRecord(int32_t start, int32_t length, const RefPtr<SpanString>& styledString, in ApplyOperationToRecord()
Drich_editor_event_hub.cpp492 void StyledStringChangeValue::SetReplacementString(const RefPtr<SpanStringBase>& styledString) in SetReplacementString()
Drich_editor_pattern.cpp470 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/
Djs_richeditor.h281 void SetStyledStringCache(RefPtr<SpanString> styledString) in SetStyledStringCache()
Djs_text.cpp892 auto styledString = jsController->GetStyledString(); in Create() local
Djs_popups.cpp1761 RefPtr<SpanString> styledString; in JsBindTips() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
Dspan_model_adapter.cpp100 ParagraphStyle SpanModelNG::CreateParagraphStyle(ArkUI_StyledString* styledString) in CreateParagraphStyle()
/foundation/arkui/ace_engine/adapter/ohos/capability/html/
Dhtml_to_span.cpp1305 auto styledString = hts.ToSpanString(html); in FromHtml() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
DjsUIContext.js275 getParagraphs(styledString, options) { argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/
Djs_span_string.cpp766 auto styledString = HtmlUtils::FromHtml(htmlStr); in FromHtml() local
Djs_span_object.cpp1228 auto styledString = AceType::DynamicCast<SpanString>(styledStringWeakPtr.Upgrade()); in Invalidate() local
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Dnode_text_modifier.cpp1211 void SetTextContentWithStyledString(ArkUINodeHandle node, ArkUI_StyledString* styledString) in SetTextContentWithStyledString()
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/arkoala/framework/native/src/generated/
Dreal_impl.cc18220 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/
Darkts_native_common_bridge.cpp4022 …allInfo* runtimeCallInfo, const EcmaVM* vm, std::string& message, RefPtr<SpanString>& styledString) in ParseTipsMessage()
4106 RefPtr<SpanString> styledString; in SetBindTips() local

12