Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_event_hub.cpp289 const std::string& RichEditorAbstractSpanResult::GetValueResourceStr() const in GetValueResourceStr() function in OHOS::Ace::NG::RichEditorAbstractSpanResult
H A Drich_editor_event_hub.h130 const std::string& GetValueResourceStr() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_richeditor.cpp841 resultObj->SetProperty<std::string>("valueResourceStr", spanResult.GetValueResourceStr()); in SetImageChangeSpanResult()
920 … spanResultObj->SetProperty<std::string>("valueResourceStr", spanResult.GetValueResourceStr()); in CreateImageStyleObj()