Home
last modified time | relevance | path

Searched refs:keyboardOpt (Results 1 – 3 of 3) 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.cpp5216 …b::ParseJsCustomKeyboardOption(const JsiExecutionContext& context, const JSRef<JSVal>& keyboardOpt, in ParseJsCustomKeyboardOption() argument
5220 if (!keyboardOpt->IsObject()) { in ParseJsCustomKeyboardOption()
5224 JSRef<JSObject> keyboradOptObj = JSRef<JSObject>::Cast(keyboardOpt); in ParseJsCustomKeyboardOption()
5294 JSRef<JSVal> keyboardOpt = func->ExecuteWithValue(*eventInfo); in OnInterceptKeyboardAttach() local
5295 ParseJsCustomKeyboardOption(execCtx, keyboardOpt, opt); in OnInterceptKeyboardAttach()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp7107 WebKeyboardOption keyboardOpt; in OnInterceptKeyboardAttach() local
7110 [weak = WeakClaim(this), &keyboardHandler, &attributes, &keyboardOpt]() { in OnInterceptKeyboardAttach()
7116keyboardOpt = onInterceptKeyboardAttachV2_(std::make_shared<InterceptKeyboardEvent>(param, attribu… in OnInterceptKeyboardAttach()
7121 useSystemKeyboard = keyboardOpt.isSystemKeyboard_; in OnInterceptKeyboardAttach()
7122 enterKeyType = keyboardOpt.enterKeyTpye_; in OnInterceptKeyboardAttach()
7125 webPattern->SetCustomKeyboardBuilder(keyboardOpt.customKeyboardBuilder_); in OnInterceptKeyboardAttach()