Home
last modified time | relevance | path

Searched refs:keyboardHandler (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_handler_impl.cpp838 …ebHandlerImpl::OnInterceptKeyboardAttach(ArkWebRefPtr<ArkWebCustomKeyboardHandler> keyboardHandler, in OnInterceptKeyboardAttach() argument
841 if (CHECK_REF_PTR_IS_NULL(keyboardHandler)) { in OnInterceptKeyboardAttach()
846 …_->OnInterceptKeyboardAttach(std::make_shared<ArkWebCustomKeyboardHandlerWrapper>(keyboardHandler), in OnInterceptKeyboardAttach()
H A Dark_web_handler_impl.h552 void OnInterceptKeyboardAttach(ArkWebRefPtr<ArkWebCustomKeyboardHandler> keyboardHandler,
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_handler_wrapper.cpp949 const std::shared_ptr<OHOS::NWeb::NWebCustomKeyboardHandler> keyboardHandler, in OnInterceptKeyboardAttach() argument
952 if (CHECK_SHARED_PTR_IS_NULL(keyboardHandler)) { in OnInterceptKeyboardAttach()
956 … ark_web_handler_->OnInterceptKeyboardAttach(new ArkWebCustomKeyboardHandlerImpl(keyboardHandler), in OnInterceptKeyboardAttach()
H A Dark_web_handler_wrapper.h589 …terceptKeyboardAttach(const std::shared_ptr<OHOS::NWeb::NWebCustomKeyboardHandler> keyboardHandler,
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_handler.h731 … virtual void OnInterceptKeyboardAttach(ArkWebRefPtr<ArkWebCustomKeyboardHandler> keyboardHandler,
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h132 …CustomKeyboardHandlerOhos(std::shared_ptr<OHOS::NWeb::NWebCustomKeyboardHandler> keyboardHandler) : in DECLARE_ACE_TYPE()
133 keyboardHandler_(keyboardHandler) {} in DECLARE_ACE_TYPE()
1001 const std::shared_ptr<OHOS::NWeb::NWebCustomKeyboardHandler> keyboardHandler,
H A Dweb_client_impl.h286 const std::shared_ptr<OHOS::NWeb::NWebCustomKeyboardHandler> keyboardHandler,
H A Dweb_client_impl.cpp1140 const std::shared_ptr<OHOS::NWeb::NWebCustomKeyboardHandler> keyboardHandler, in OnInterceptKeyboardAttach() argument
1149 … delegate->OnInterceptKeyboardAttach(keyboardHandler, attributes, useSystemKeyboard, enterKeyType); in OnInterceptKeyboardAttach()
H A Dweb_delegate.cpp7100 const std::shared_ptr<OHOS::NWeb::NWebCustomKeyboardHandler> keyboardHandler, in OnInterceptKeyboardAttach() argument
7106 keyboardHandler_ = keyboardHandler; in OnInterceptKeyboardAttach()
7110 [weak = WeakClaim(this), &keyboardHandler, &attributes, &keyboardOpt]() { in OnInterceptKeyboardAttach()
7115 auto param = AceType::MakeRefPtr<WebCustomKeyboardHandlerOhos>(keyboardHandler); in OnInterceptKeyboardAttach()
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_handler.h951 const std::shared_ptr<NWebCustomKeyboardHandler> keyboardHandler, in OnInterceptKeyboardAttach() argument