Home
last modified time | relevance | path

Searched refs:GetSpanContent (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_layout_algorithm.cpp309 auto content = spanItem->GetSpanContent(spanItem->GetSpanContent()); in HandleEmptyParagraph()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_span_modifier.cpp52 const char* GetSpanContent(ArkUINodeHandle node) in GetSpanContent() function
499 …SetSpanFontWeightStr, GetSpanContent, GetSpanDecoration, GetSpanFontColor, GetSpanFontSize, GetSpa… in GetSpanModifier()
515 …SetSpanFontWeightStr, GetSpanContent, GetSpanDecoration, GetSpanFontColor, GetSpanFontSize, GetSpa… in GetCJUISpanModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dspan_node.h307 std::string GetSpanContent(const std::string& rawContent, bool isMarquee = false);
308 std::string GetSpanContent();
H A Dspan_node.cpp279 auto spanContent = GetSpanContent(content, isMarquee); in UpdateParagraph()
498 std::string SpanItem::GetSpanContent(const std::string& rawContent, bool isMarquee) in GetSpanContent() function in OHOS::Ace::NG::SpanItem
512 std::string SpanItem::GetSpanContent() in GetSpanContent() function in OHOS::Ace::NG::SpanItem
H A Dspan_model_ng.cpp443 return spanItem->GetSpanContent(); in GetContent()
H A Dtext_pattern.cpp552 auto wideString = StringUtils::ToWstring(span->GetSpanContent()); in GetSelectedText()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/capability/html/
H A Dspan_to_html.cpp556 auto content = item->GetSpanContent(); in ToHtml()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_base_test_ng.cpp384 EXPECT_EQ(spanItemChildren.back()->GetSpanContent(), INIT_VALUE_2);
H A Drich_editor_test_ng.cpp844 EXPECT_EQ(spanItemChildren.back()->GetSpanContent(), INIT_VALUE_2);
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp11059 const ArkUI_AttributeItem* GetSpanContent(ArkUI_NodeHandle node) in GetSpanContent() function
13091 static Getter* getters[] = { GetSpanContent, GetSpanTextBackgroundStyle, GetBaseLineOffset }; in GetSpanAttribute()