Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.h174 const JSRef<JSVal>& keyboardOpt, WebKeyboardOption& keyboardOption);
H A Djs_web.cpp5217 WebKeyboardOption& keyboardOption) in ParseJsCustomKeyboardOption() argument
5231 keyboardOption.isSystemKeyboard_ = isSystemKeyboard; in ParseJsCustomKeyboardOption()
5240 keyboardOption.enterKeyTpye_ = enterKeyType; in ParseJsCustomKeyboardOption()
5267 keyboardOption.customKeyboardBuilder_ = buildFunc; in ParseJsCustomKeyboardOption()