Home
last modified time | relevance | path

Searched refs:CreateJsOnDidIMEInput (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_richeditor.h40 static JSRef<JSVal> CreateJsOnDidIMEInput(const TextRange& textRange);
H A Djs_richeditor.cpp500 …pe::MakeRefPtr<JsEventFunction<TextRange, 1>>(JSRef<JSFunc>::Cast(args[0]), CreateJsOnDidIMEInput); in SetOnDidIMEInput()
692 JSRef<JSVal> JSRichEditor::CreateJsOnDidIMEInput(const TextRange& range) in CreateJsOnDidIMEInput() function in OHOS::Ace::Framework::JSRichEditor