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 D | ark_web_handler_impl.cpp | 838 …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 D | ark_web_handler_impl.h | 552 void OnInterceptKeyboardAttach(ArkWebRefPtr<ArkWebCustomKeyboardHandler> keyboardHandler,
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_handler_wrapper.cpp | 949 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 D | ark_web_handler_wrapper.h | 589 …terceptKeyboardAttach(const std::shared_ptr<OHOS::NWeb::NWebCustomKeyboardHandler> keyboardHandler,
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/ |
H A D | ark_web_handler.h | 731 … virtual void OnInterceptKeyboardAttach(ArkWebRefPtr<ArkWebCustomKeyboardHandler> keyboardHandler,
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_delegate.h | 132 …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 D | web_client_impl.h | 286 const std::shared_ptr<OHOS::NWeb::NWebCustomKeyboardHandler> keyboardHandler,
|
H A D | web_client_impl.cpp | 1140 const std::shared_ptr<OHOS::NWeb::NWebCustomKeyboardHandler> keyboardHandler, in OnInterceptKeyboardAttach() argument 1149 … delegate->OnInterceptKeyboardAttach(keyboardHandler, attributes, useSystemKeyboard, enterKeyType); in OnInterceptKeyboardAttach()
|
H A D | web_delegate.cpp | 7100 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 D | nweb_handler.h | 951 const std::shared_ptr<NWebCustomKeyboardHandler> keyboardHandler, in OnInterceptKeyboardAttach() argument
|