Searched refs:AfterIMEInsertValue (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
H A D | rich_editor_change_callback_test_ng.cpp | 1245 richEditorPattern->AfterIMEInsertValue(it1, 1, false); 1300 richEditorPattern->AfterIMEInsertValue(it1, 1, false); 1352 richEditorPattern->AfterIMEInsertValue(it1, 1, false);
|
H A D | rich_editor_test_ng.cpp | 4600 richEditorPattern->AfterIMEInsertValue(it1, 1, false); 4652 richEditorPattern->AfterIMEInsertValue(it1, 1, false); 5190 richEditorPattern->AfterIMEInsertValue(it1, 1, false);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_pattern.h | 1516 void AfterIMEInsertValue(const std::string& insertValue);
|
H A D | text_field_pattern.cpp | 4136 void TextFieldPattern::AfterIMEInsertValue(const std::string& insertValue) in AfterIMEInsertValue() function in OHOS::Ace::NG::TextFieldPattern 4206 AfterIMEInsertValue(contentController_->GetInsertValue()); in InsertValueOperation() 8913 AfterIMEInsertValue(resultText); in OnBackPressed()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_pattern.h | 1177 bool AfterIMEInsertValue(const RefPtr<SpanNode>& spanNode, int32_t moveLength, bool isCreate);
|
H A D | rich_editor_pattern.cpp | 5307 AfterIMEInsertValue(spanNode, insertValueLength, isCreate); in AfterInsertValue() 5313 bool RichEditorPattern::AfterIMEInsertValue(const RefPtr<SpanNode>& spanNode, int32_t insertValueLe… in AfterIMEInsertValue() function in OHOS::Ace::NG::RichEditorPattern
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
H A D | text_field_pattern_func_test.cpp | 863 pattern->AfterIMEInsertValue(insertValue);
|