Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dricheditor_model_impl.cpp30 void RichEditorModelImpl::SetAboutToIMEInput(std::function<bool(const NG::RichEditorInsertValue&)>&… in SetAboutToIMEInput() function in OHOS::Ace::Framework::RichEditorModelImpl
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
Drich_editor_model_ng.cpp82 void RichEditorModelNG::SetAboutToIMEInput(std::function<bool(const RichEditorInsertValue&)>&& func) in SetAboutToIMEInput() function in OHOS::Ace::NG::RichEditorModelNG
Drich_editor_event_hub.cpp286 void RichEditorEventHub::SetAboutToIMEInput(std::function<bool(const RichEditorInsertValue&)>&& fun… in SetAboutToIMEInput() function in OHOS::Ace::NG::RichEditorEventHub
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_richeditor.cpp200 void JSRichEditor::SetAboutToIMEInput(const JSCallbackInfo& args) in SetAboutToIMEInput() function in OHOS::Ace::Framework::JSRichEditor