Home
last modified time | relevance | path

Searched refs:LINE_END (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.h131 enum class PositionType { DEFAULT, PARAGRAPH_START, PARAGRAPH_END, LINE_START, LINE_END }; enumerator
H A Drich_editor_pattern.cpp10353 CHECK_NULL_RETURN(!isCaretAtLineEnd, PositionType::LINE_END); in OnBackPressed()