Home
last modified time | relevance | path

Searched refs:InsertValueInStyledString (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_testone_ng.cpp557 richEditorPattern->InsertValueInStyledString("abc");
561 richEditorPattern->InsertValueInStyledString("abc");
565 richEditorPattern->InsertValueInStyledString("abc");
569 richEditorPattern->InsertValueInStyledString("abc");
662 richEditorPattern->InsertValueInStyledString("TEST123");
H A Drich_editor_styled_string_test_ng.cpp1001 richEditorPattern->InsertValueInStyledString("abc");
1005 richEditorPattern->InsertValueInStyledString("abc");
1009 richEditorPattern->InsertValueInStyledString("abc");
1013 richEditorPattern->InsertValueInStyledString("abc");
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h357 void InsertValueInStyledString(const std::string& insertValue);
H A Drich_editor_pattern.cpp278 void RichEditorPattern::InsertValueInStyledString(const std::string& insertValue) in InsertValueInStyledString() function in OHOS::Ace::NG::RichEditorPattern
5061 InsertValueInStyledString(insertValue); in ProcessInsertValue()
7306 InsertValueInStyledString(pasteStr); in OnBackPressed()
9218 InsertValueInStyledString(str); in OnBackPressed()