Home
last modified time | relevance | path

Searched refs:OnInterceptKeyboardAttach (Results 1 - 6 of 6) sorted by relevance

/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_handler_impl.cpp841 void ArkWebHandlerImpl::OnInterceptKeyboardAttach(ArkWebRefPtr<ArkWebCustomKeyboardHandler> keyboardHandler, in OnInterceptKeyboardAttach() function in OHOS::ArkWeb::ArkWebHandlerImpl
845 return nweb_handler_->OnInterceptKeyboardAttach( in OnInterceptKeyboardAttach()
849 nweb_handler_->OnInterceptKeyboardAttach(std::make_shared<ArkWebCustomKeyboardHandlerWrapper>(keyboardHandler), in OnInterceptKeyboardAttach()
H A Dark_web_handler_impl.h552 void OnInterceptKeyboardAttach(ArkWebRefPtr<ArkWebCustomKeyboardHandler> keyboardHandler,
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_handler.h731 virtual void OnInterceptKeyboardAttach(ArkWebRefPtr<ArkWebCustomKeyboardHandler> keyboardHandler,
/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_handler.h953 virtual void OnInterceptKeyboardAttach( in OnInterceptKeyboardAttach() function in OHOS::NWeb::NWebHandler
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_handler_wrapper.h589 void OnInterceptKeyboardAttach(const std::shared_ptr<OHOS::NWeb::NWebCustomKeyboardHandler> keyboardHandler,
H A Dark_web_handler_wrapper.cpp947 void ArkWebHandlerWrapper::OnInterceptKeyboardAttach( in OnInterceptKeyboardAttach() function in OHOS::ArkWeb::ArkWebHandlerWrapper
955 ark_web_handler_->OnInterceptKeyboardAttach(new ArkWebCustomKeyboardHandlerImpl(keyboardHandler), in OnInterceptKeyboardAttach()

Completed in 9 milliseconds