Home
last modified time | relevance | path

Searched defs:previewTextValue (Results 1 – 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
Drich_editor_pattern_testfour_ng.cpp269 std::string previewTextValue; variable
312 std::string previewTextValue; variable
369 std::string previewTextValue; variable
985 std::string previewTextValue; variable
Drich_editor_edit_testone_ng.cpp1248 std::string previewTextValue; variable
1267 std::string previewTextValue = INIT_VALUE_1; variable
Drich_editor_pattern_test_ng.cpp311 std::string previewTextValue = INIT_VALUE_1; variable
416 std::string previewTextValue; variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
Drich_editor_pattern.cpp4607 int32_t RichEditorPattern::SetPreviewText(const std::string& previewTextValue, const PreviewRange r… in SetPreviewText()
4632 bool RichEditorPattern::InitPreviewText(const std::string& previewTextValue, const PreviewRange ran… in InitPreviewText()
4650 bool RichEditorPattern::ReplacePreviewText(const std::string& previewTextValue, const PreviewRange&… in ReplacePreviewText()
4676 bool RichEditorPattern::UpdatePreviewText(const std::string& previewTextValue, const PreviewRange r… in UpdatePreviewText()