Home
last modified time | relevance | path

Searched refs:CopyGestureOption (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_testone_ng.cpp817 richEditorPattern->CopyGestureOption(source, target);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h486 void CopyGestureOption(const RefPtr<SpanNode>& source, RefPtr<SpanNode>& target);
H A Drich_editor_pattern.cpp1633 void RichEditorPattern::CopyGestureOption(const RefPtr<SpanNode>& source, RefPtr<SpanNode>& target) in CopyGestureOption() function in OHOS::Ace::NG::RichEditorPattern
1685 CopyGestureOption(spanNode, newSpanNode); in TextSpanSplit()