Home
last modified time | relevance | path

Searched refs:GetReplacementString (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_styled_string_test_ng.cpp453 …AceType::DynamicCast<MutableSpanString>(onStyledStringWillChangeValue.GetReplacementString())->Get…
461 …AceType::DynamicCast<MutableSpanString>(onStyledStringWillChangeValue.GetReplacementString())->Get…
469 …AceType::DynamicCast<MutableSpanString>(onStyledStringWillChangeValue.GetReplacementString())->Get…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_event_hub.cpp464 const RefPtr<SpanStringBase> StyledStringChangeValue::GetReplacementString() const in GetReplacementString() function in OHOS::Ace::NG::StyledStringChangeValue
H A Drich_editor_event_hub.h279 const RefPtr<SpanStringBase> GetReplacementString() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_richeditor.cpp2757 auto spanString = AceType::DynamicCast<SpanString>(changeValue.GetReplacementString()); in CreateJsOnWillChange()