Home
last modified time | relevance | path

Searched refs:webKeyboardController_ (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp213 webKeyboardController_ = controller; in SeWebKeyboardController()
218 if (!webKeyboardController_) { in InsertText()
226 webKeyboardController_->InsertText(args[0]->ToString()); in InsertText()
231 if (!webKeyboardController_) { in DeleteForward()
239 webKeyboardController_->DeleteForward(args[0]->ToNumber<int32_t>()); in DeleteForward()
244 if (!webKeyboardController_) { in DeleteBackward()
252 webKeyboardController_->DeleteBackward(args[0]->ToNumber<int32_t>()); in DeleteBackward()
257 if (!webKeyboardController_) { in SendFunctionKey()
265 webKeyboardController_->SendFunctionKey(args[0]->ToNumber<int32_t>()); in SendFunctionKey()
270 webKeyboardController_ in Close()
287 RefPtr<WebCustomKeyboardHandler> webKeyboardController_; global() member in OHOS::OHOS::Ace::Framework::JSWebKeyboardController
[all...]

Completed in 6 milliseconds