Searched defs:SetTextSelection (Results 1 - 8 of 8) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_text_editable_controller.cpp | 89 void JSTextEditableController::SetTextSelection(const JSCallbackInfo& info) in SetTextSelection() function in OHOS::Ace::Framework::JSTextEditableController
|
H A D | js_text.cpp | 367 void JSText::SetTextSelection(const JSCallbackInfo& info) in SetTextSelection() function in OHOS::OHOS::Ace::Framework::JSText
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_controller.cpp | 69 void TextFieldController::SetTextSelection( in SetTextSelection() function in OHOS::Ace::NG::TextFieldController
|
H A D | text_field_model.h | 178 virtual void SetTextSelection(int32_t selectionStart, int32_t selectionEnd, in SetTextSelection() function in OHOS::Ace::TextFieldControllerBase
|
H A D | text_field_model_ng.cpp | 1614 void TextFieldModelNG::SetTextSelection(FrameNode* frameNode, int32_t start, int32_t end) in SetTextSelection() function in OHOS::Ace::NG::TextFieldModelNG
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | text_model_ng.cpp | 414 void TextModelNG::SetTextSelection(int32_t startIndex, int32_t endIndex) in SetTextSelection() function in OHOS::Ace::NG::TextModelNG 1032 void TextModelNG::SetTextSelection(FrameNode* frameNode, int32_t startIndex, int32_t endIndex) in SetTextSelection() function in OHOS::Ace::NG::TextModelNG
|
H A D | text_pattern.cpp | 620 void TextPattern::SetTextSelection(int32_t selectionStart, int32_t selectionEnd) in SetTextSelection() function in OHOS::Ace::NG::TextPattern
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_text_modifier.cpp | 1048 void SetTextSelection(ArkUINodeHandle node, int32_t startIndex, int32_t endIndex) in SetTextSelection() function
|
Completed in 23 milliseconds