Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_pattern_testfour_ng.cpp269 std::string previewTextValue; variable
312 std::string previewTextValue; variable
369 std::string previewTextValue; variable
984 std::string previewTextValue; variable
H A Drich_editor_edit_testone_ng.cpp1248 std::string previewTextValue; variable
1267 std::string previewTextValue = INIT_VALUE_1; variable
H A Drich_editor_pattern_test_ng.cpp311 std::string previewTextValue = INIT_VALUE_1; variable
416 std::string previewTextValue; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp4821 int32_t RichEditorPattern::SetPreviewText(const std::string& previewTextValue, const PreviewRange r… in SetPreviewText()
4846 bool RichEditorPattern::InitPreviewText(const std::string& previewTextValue, const PreviewRange ran… in InitPreviewText()
4864 bool RichEditorPattern::ReplacePreviewText(const std::string& previewTextValue, const PreviewRange&… in ReplacePreviewText()
4890 bool RichEditorPattern::UpdatePreviewText(const std::string& previewTextValue, const PreviewRange r… in UpdatePreviewText()