Home
last modified time | relevance | path

Searched refs:richTextData_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rich_text/
H A Drich_text_element.cpp59 if (richTextData_.compare(webComponent->GetData()) != 0) { in SetNewComponent()
60 richTextData_.assign(webComponent->GetData()); in SetNewComponent()
62 delegate_->UpdateRichTextData(richTextData_); in SetNewComponent()
H A Drich_text_element.h42 std::string richTextData_;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rich_text/resource/
H A Drich_text_delegate.h95 std::string richTextData_; variable