Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp200 class JSWebKeyboardController : public Referenced { class
204 JSClass<JSWebKeyboardController>::Declare("WebKeyboardController"); in JSBind()
205 …JSClass<JSWebKeyboardController>::CustomMethod("insertText", &JSWebKeyboardController::InsertText); in JSBind()
206 …JSClass<JSWebKeyboardController>::CustomMethod("deleteForward", &JSWebKeyboardController::DeleteFo… in JSBind()
207 …JSClass<JSWebKeyboardController>::CustomMethod("deleteBackward", &JSWebKeyboardController::DeleteB… in JSBind()
208 …JSClass<JSWebKeyboardController>::CustomMethod("sendFunctionKey", &JSWebKeyboardController::SendFu… in JSBind()
209 JSClass<JSWebKeyboardController>::CustomMethod("close", &JSWebKeyboardController::Close); in JSBind()
210 JSClass<JSWebKeyboardController>::Bind( in JSBind()
211 globalObj, &JSWebKeyboardController::Constructor, &JSWebKeyboardController::Destructor); in JSBind()
284 static void Destructor(JSWebKeyboardController* jSWebKeyboardController) in Destructor()
[all …]