Searched refs:keyboardOpt (Results 1 – 3 of 3) sorted by relevance
174 const JSRef<JSVal>& keyboardOpt, WebKeyboardOption& keyboardOption);
5216 …b::ParseJsCustomKeyboardOption(const JsiExecutionContext& context, const JSRef<JSVal>& keyboardOpt, in ParseJsCustomKeyboardOption() argument5220 if (!keyboardOpt->IsObject()) { in ParseJsCustomKeyboardOption()5224 JSRef<JSObject> keyboradOptObj = JSRef<JSObject>::Cast(keyboardOpt); in ParseJsCustomKeyboardOption()5294 JSRef<JSVal> keyboardOpt = func->ExecuteWithValue(*eventInfo); in OnInterceptKeyboardAttach() local5295 ParseJsCustomKeyboardOption(execCtx, keyboardOpt, opt); in OnInterceptKeyboardAttach()
7107 WebKeyboardOption keyboardOpt; in OnInterceptKeyboardAttach() local7110 [weak = WeakClaim(this), &keyboardHandler, &attributes, &keyboardOpt]() { in OnInterceptKeyboardAttach()7116 …keyboardOpt = 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()