Home
last modified time | relevance | path

Searched refs:hasDiff (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h157 bool hasDiff = false; member
177 hasDiff = false; in Reset()
H A Drich_editor_pattern.cpp4828 previewTextRecord_.hasDiff = true; in SetPreviewText()
4831 previewTextRecord_.hasDiff = false; in SetPreviewText()
4836 previewTextRecord_.hasDiff = false; in SetPreviewText()
4840 previewTextRecord_.hasDiff = false; in SetPreviewText()
5078 allowContentChange, allowImeInput, previewTextRecord_.hasDiff); in ProcessInsertValue()
5079 CHECK_NULL_VOID(allowContentChange && allowImeInput || previewTextRecord_.hasDiff); in ProcessInsertValue()
5099 } else if (previewTextRecord_.hasDiff) { in InsertValueOperation()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_pattern_testfour_ng.cpp535 richEditorPattern->previewTextRecord_.hasDiff = true;