Home
last modified time | relevance | path

Searched defs:selectionStart (Results 1 - 9 of 9) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_event_hub.h50 void FireOnSelectionChange(int32_t selectionStart, int32_t selectionEnd) in FireOnSelectionChange() argument
H A Dtext_pattern.cpp620 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 Drich_editor_base_controller.cpp85 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 Djs_text_editable_controller.cpp102 int32_t selectionStart = start->ToNumber<int32_t>(); in SetTextSelection() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_controller.cpp69 SetTextSelection( int32_t selectionStart, int32_t selectionEnd, const std::optional<SelectionOptions>& options) SetTextSelection() argument
H A Dtext_field_model.h178 virtual void SetTextSelection(int32_t selectionStart, int32_t selectionEnd, in SetTextSelection() argument
H A Dtext_field_event_hub.h198 void FireOnSelectionChange(int32_t selectionStart, int32_t selectionEnd) in FireOnSelectionChange() argument
H A Dtext_field_pattern.cpp5669 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 Dcj_richeditor_controller_ffi.h143 int32_t selectionStart; member

Completed in 25 milliseconds