Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_change_callback_test_ng.cpp602 richEditorPattern->AddTextSpan(TEXT_SPAN_OPTIONS_1);
641 richEditorPattern->AddTextSpan(TEXT_SPAN_OPTIONS_1); // content = hello1
687 richEditorPattern->AddTextSpan(TEXT_SPAN_OPTIONS_1);
688 richEditorPattern->AddTextSpan(TEXT_SPAN_OPTIONS_1);
689 richEditorPattern->AddTextSpan(TEXT_SPAN_OPTIONS_1);
829 richEditorPattern->AddTextSpan(TEXT_SPAN_OPTIONS_1);
876 richEditorPattern->AddTextSpan(TEXT_SPAN_OPTIONS_1); // add hello1
H A Drich_editor_common_test_ng.h155 TextSpanOptions TEXT_SPAN_OPTIONS_1 = { .value = INIT_VALUE_1, .style = TEXT_STYLE_1 }; variable
H A Drich_editor_test_ng.cpp155 const TextSpanOptions TEXT_SPAN_OPTIONS_1 = { .value = INIT_VALUE_1, .style = TEXT_STYLE_1 }; variable
5907 richEditorPattern->AddTextSpan(TEXT_SPAN_OPTIONS_1);
5946 richEditorPattern->AddTextSpan(TEXT_SPAN_OPTIONS_1); // content = hello1
5992 richEditorPattern->AddTextSpan(TEXT_SPAN_OPTIONS_1);
5993 richEditorPattern->AddTextSpan(TEXT_SPAN_OPTIONS_1);
5994 richEditorPattern->AddTextSpan(TEXT_SPAN_OPTIONS_1);
H A Drich_editor_span_test.cpp39 …nType::TEXT, [](RefPtr<RichEditorPattern> pattern) { pattern->AddTextSpan(TEXT_SPAN_OPTIONS_1);} }, in __anonf0a8c5ea0202()