Home
last modified time | relevance | path

Searched refs:UpdatePreviewText (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_pattern_testfour_ng.cpp315 bool res = richEditorPattern->UpdatePreviewText(previewTextValue, previewRange);
319 res = richEditorPattern->UpdatePreviewText(previewTextValue, previewRange);
324 res = richEditorPattern->UpdatePreviewText(previewTextValue, previewRange);
328 res = richEditorPattern->UpdatePreviewText(previewTextValue, previewRange);
333 res = richEditorPattern->UpdatePreviewText(previewTextValue, previewRange);
338 res = richEditorPattern->UpdatePreviewText(previewTextValue, previewRange);
343 res = richEditorPattern->UpdatePreviewText(previewTextValue, previewRange);
348 res = richEditorPattern->UpdatePreviewText(previewTextValue, previewRange);
379 res = richEditorPattern->UpdatePreviewText(previewTextValue, previewRange);
384 res = richEditorPattern->UpdatePreviewText(previewTextValue, previewRange);
[all …]
H A Drich_editor_pattern_test_ng.cpp319 EXPECT_EQ(richEditorPattern->UpdatePreviewText(previewTextValue, previewRange), true);
323 EXPECT_EQ(richEditorPattern->UpdatePreviewText(previewTextValue, previewRange), false);
327 EXPECT_EQ(richEditorPattern->UpdatePreviewText(previewTextValue, previewRange), false);
331 EXPECT_EQ(richEditorPattern->UpdatePreviewText(previewTextValue, previewRange), true);
335 EXPECT_EQ(richEditorPattern->UpdatePreviewText(previewTextValue, previewRange), true);
H A Drich_editor_edit_testone_ng.cpp1253 ASSERT_EQ(richEditorPattern->UpdatePreviewText(previewTextValue, previewRange), false);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h240 bool UpdatePreviewText(const std::string& previewTextValue, const PreviewRange range);
H A Drich_editor_pattern.cpp4835 if (!UpdatePreviewText(previewTextValue, range)) { in SetPreviewText()
4890 bool RichEditorPattern::UpdatePreviewText(const std::string& previewTextValue, const PreviewRange r… in UpdatePreviewText() function in OHOS::Ace::NG::RichEditorPattern
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp3127 layoutProperty->UpdatePreviewText(previewText); in AddTextFireOnChange()