Home
last modified time | relevance | path

Searched refs:ResetOnInvalidSelection (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h534 bool ResetOnInvalidSelection(int32_t start, int32_t end);
H A Drich_editor_pattern.cpp7874 bool RichEditorPattern::ResetOnInvalidSelection(int32_t start, int32_t end) in OnBackPressed() function in OHOS::Ace::NG::RichEditorPattern
7939 if (ResetOnInvalidSelection(start, end)) { in OnBackPressed()