Home
last modified time | relevance | path

Searched defs:SetOnDidIMEInput (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dricheditor_model_impl.h29 void SetOnDidIMEInput(std::function<void(const TextRange&)>&& func) override {} in SetOnDidIMEInput() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_model_ng.cpp144 void RichEditorModelNG::SetOnDidIMEInput(std::function<void(const TextRange&)>&& func) in SetOnDidIMEInput() function in OHOS::Ace::NG::RichEditorModelNG
161 void RichEditorModelNG::SetOnDidIMEInput(FrameNode* frameNode, std::function<void(const TextRange&)… in SetOnDidIMEInput() function in OHOS::Ace::NG::RichEditorModelNG
H A Drich_editor_event_hub.cpp507 void RichEditorEventHub::SetOnDidIMEInput(std::function<void(const TextRange&)>&& func) in SetOnDidIMEInput() function in OHOS::Ace::NG::RichEditorEventHub
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_richeditor.cpp496 void JSRichEditor::SetOnDidIMEInput(const JSCallbackInfo& args) in SetOnDidIMEInput() function in OHOS::Ace::Framework::JSRichEditor