Home
last modified time | relevance | path

Searched defs:SetOnSelectionChange (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_event_hub.h45 void SetOnSelectionChange(std::function<void(int32_t, int32_t)>&& func) in SetOnSelectionChange() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dricheditor_model_impl.h26 void SetOnSelectionChange(std::function<void(const BaseEventInfo*)>&& func) override {} in SetOnSelectionChange() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_model_ng.cpp112 void RichEditorModelNG::SetOnSelectionChange(std::function<void(const BaseEventInfo*)>&& func) in SetOnSelectionChange() function in OHOS::Ace::NG::RichEditorModelNG
295 void RichEditorModelNG::SetOnSelectionChange(FrameNode* frameNode, std::function<void(const BaseEve… in SetOnSelectionChange() function in OHOS::Ace::NG::RichEditorModelNG
H A Drich_editor_event_hub.h320 void SetOnSelectionChange(std::function<void(const BaseEventInfo*)>&& func) in SetOnSelectionChange() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_event_hub.h193 void SetOnSelectionChange(std::function<void(int32_t, int32_t)>&& func) in SetOnSelectionChange() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_rich_editor_bridge.cpp287 ArkUINativeModuleValue RichEditorBridge::SetOnSelectionChange(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetOnSelectionChange() function in OHOS::Ace::NG::RichEditorBridge
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_richeditor.cpp442 void JSRichEditor::SetOnSelectionChange(const JSCallbackInfo& args) in SetOnSelectionChange() function in OHOS::Ace::Framework::JSRichEditor