Home
last modified time | relevance | path

Searched refs:WebKeyboardOption (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_event_hub.h174 ACE_WEB_EVENT_PROPERTY(OnInterceptKeyboardAttach, WebKeyboardOption);
H A Dweb_model.h192 std::function<WebKeyboardOption(const BaseEventInfo* info)>&& jsCallback) {} in SetOnInterceptKeyboardAttach()
H A Dweb_model_ng.h192 std::function<WebKeyboardOption(const BaseEventInfo* info)>&& jsCallback) override;
H A Dweb_model_ng.cpp1175 void WebModelNG::SetOnInterceptKeyboardAttach(std::function<WebKeyboardOption(const BaseEventInfo* … in SetOnInterceptKeyboardAttach()
1178 auto uiCallback = [func](const std::shared_ptr<BaseEventInfo>& info) -> WebKeyboardOption { in SetOnInterceptKeyboardAttach()
/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()
5285 const BaseEventInfo* info) -> WebKeyboardOption { in OnInterceptKeyboardAttach()
5288 WebKeyboardOption opt; in OnInterceptKeyboardAttach()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h1181 …std::function<WebKeyboardOption(const std::shared_ptr<BaseEventInfo>&)> onInterceptKeyboardAttachV…
H A Dweb_delegate.cpp7107 WebKeyboardOption keyboardOpt; in OnInterceptKeyboardAttach()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_event.h164 struct WebKeyboardOption { struct