Home
last modified time | relevance | path

Searched refs:PARAGRAPH_START (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.cpp10344 CHECK_NULL_RETURN(!isParagraphStart, PositionType::PARAGRAPH_START); in OnBackPressed()