Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_pattern_testthree_ng.cpp402 richEditorPattern->ClearContent(placeholderSpanNode);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h494 void ClearContent(const RefPtr<UINode>& child);
H A Drich_editor_pattern.cpp1435 ClearContent(*it); in DeleteSpanByRange()
1493 ClearContent(*iter); in DeleteSpansByRange()
1497 ClearContent(*endIter); in DeleteSpansByRange()
1532 void RichEditorPattern::ClearContent(const RefPtr<UINode>& child) in ClearContent() function in OHOS::Ace::NG::RichEditorPattern