Searched defs:selectionStart (Results 1 - 9 of 9) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | text_event_hub.h | 50 void FireOnSelectionChange(int32_t selectionStart, int32_t selectionEnd) in FireOnSelectionChange() argument
|
H A D | text_pattern.cpp | 620 void TextPattern::SetTextSelection(int32_t selectionStart, int32_t selectionEnd) in SetTextSelection() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_base_controller.cpp | 85 SetSelection( int32_t selectionStart, int32_t selectionEnd, const std::optional<SelectionOptions>& options, bool isForward) SetSelection() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_text_editable_controller.cpp | 102 int32_t selectionStart = start->ToNumber<int32_t>(); in SetTextSelection() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_controller.cpp | 69 SetTextSelection( int32_t selectionStart, int32_t selectionEnd, const std::optional<SelectionOptions>& options) SetTextSelection() argument
|
H A D | text_field_model.h | 178 virtual void SetTextSelection(int32_t selectionStart, int32_t selectionEnd, in SetTextSelection() argument
|
H A D | text_field_event_hub.h | 198 void FireOnSelectionChange(int32_t selectionStart, int32_t selectionEnd) in FireOnSelectionChange() argument
|
H A D | text_field_pattern.cpp | 5669 SetSelectionFlag( int32_t selectionStart, int32_t selectionEnd, const std::optional<SelectionOptions>& options, bool isForward) SetSelectionFlag() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_richeditor_controller_ffi.h | 143 int32_t selectionStart; member
|
Completed in 25 milliseconds