Searched refs:WebKeyboardOption (Results 1 – 9 of 9) sorted by relevance
174 ACE_WEB_EVENT_PROPERTY(OnInterceptKeyboardAttach, WebKeyboardOption);
192 std::function<WebKeyboardOption(const BaseEventInfo* info)>&& jsCallback) {} in SetOnInterceptKeyboardAttach()
192 std::function<WebKeyboardOption(const BaseEventInfo* info)>&& jsCallback) override;
1175 void WebModelNG::SetOnInterceptKeyboardAttach(std::function<WebKeyboardOption(const BaseEventInfo* … in SetOnInterceptKeyboardAttach()1178 auto uiCallback = [func](const std::shared_ptr<BaseEventInfo>& info) -> WebKeyboardOption { in SetOnInterceptKeyboardAttach()
174 const JSRef<JSVal>& keyboardOpt, WebKeyboardOption& keyboardOption);
5217 WebKeyboardOption& keyboardOption) in ParseJsCustomKeyboardOption()5285 const BaseEventInfo* info) -> WebKeyboardOption { in OnInterceptKeyboardAttach()5288 WebKeyboardOption opt; in OnInterceptKeyboardAttach()
1181 …std::function<WebKeyboardOption(const std::shared_ptr<BaseEventInfo>&)> onInterceptKeyboardAttachV…
7107 WebKeyboardOption keyboardOpt; in OnInterceptKeyboardAttach()
164 struct WebKeyboardOption { struct