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 D | rich_editor_pattern_testfour_ng.cpp | 315 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 D | rich_editor_pattern_test_ng.cpp | 319 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 D | rich_editor_edit_testone_ng.cpp | 1253 ASSERT_EQ(richEditorPattern->UpdatePreviewText(previewTextValue, previewRange), false);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_pattern.h | 240 bool UpdatePreviewText(const std::string& previewTextValue, const PreviewRange range);
|
H A D | rich_editor_pattern.cpp | 4835 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 D | text_field_pattern.cpp | 3127 layoutProperty->UpdatePreviewText(previewText); in AddTextFireOnChange()
|