Searched refs:BeforeChangeText (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
H A D | rich_editor_keyboard_shortcut_test_ng.cpp | 488 auto ret = richEditorPattern->BeforeChangeText(changeValue, record, type, delLength); 898 auto ret = richEditorPattern->BeforeChangeText(changeValue, options);
|
H A D | rich_editor_pattern_test_ng.cpp | 1234 auto ret = richEditorPattern->BeforeChangeText(changeValue, options); 1240 ret = richEditorPattern->BeforeChangeText(changeValue, options);
|
H A D | rich_editor_edit_test_ng.cpp | 469 auto ret = richEditorPattern->BeforeChangeText(changeValue, operationRecord, recodrType, 100);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_pattern.h | 1199 bool BeforeChangeText( 1204 bool BeforeChangeText(RichEditorChangeValue& changeValue, const TextSpanOptions& options);
|
H A D | rich_editor_pattern.cpp | 1115 CHECK_NULL_RETURN(BeforeChangeText(changeValue, options), -1); in AddTextSpan() 1357 …CHECK_NULL_VOID(BeforeChangeText(changeValue, record, RecordType::DEL_FORWARD, deleteText.length()… in DeleteSpans() 5072 bool allowContentChange = BeforeChangeText(changeValue, record, RecordType::INSERT); in ProcessInsertValue() 5479 CHECK_NULL_VOID(BeforeChangeText(changeValue, record, RecordType::DEL_BACKWARD, length)); in DeleteBackward() 5549 CHECK_NULL_VOID(BeforeChangeText(changeValue, record, RecordType::DEL_FORWARD, length)); in DeleteForward() 6136 CHECK_NULL_VOID(BeforeChangeText(changeValue, value, RecordType::UNDO)); in OnBackPressed() 6175 CHECK_NULL_VOID(BeforeChangeText(changeValue, value, RecordType::REDO)); in OnBackPressed() 9293 CHECK_NULL_VOID(BeforeChangeText(changeValue, record, RecordType::DRAG)); in OnBackPressed() 9327 CHECK_NULL_VOID(BeforeChangeText(changeValue, record, RecordType::REDO)); in OnBackPressed() 9972 bool RichEditorPattern::BeforeChangeText( in OnBackPressed() function in OHOS::Ace::NG::RichEditorPattern [all …]
|