Home
last modified time | relevance | path

Searched refs:ArkWebCustomKeyboardHandlerWrapper (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_custom_keyboard_handler_wrapper.cpp22 void ArkWebCustomKeyboardHandlerWrapper::InsertText(const std::string& text) in InsertText()
27 void ArkWebCustomKeyboardHandlerWrapper::DeleteForward(int32_t length) in DeleteForward()
32 void ArkWebCustomKeyboardHandlerWrapper::DeleteBackward(int32_t length) in DeleteBackward()
37 void ArkWebCustomKeyboardHandlerWrapper::SendFunctionKey(int32_t key) in SendFunctionKey()
42 void ArkWebCustomKeyboardHandlerWrapper::Close() in Close()
H A Dark_web_custom_keyboard_handler_wrapper.h27 class ArkWebCustomKeyboardHandlerWrapper : public OHOS::NWeb::NWebCustomKeyboardHandler {
29ArkWebCustomKeyboardHandlerWrapper(ArkWebRefPtr<ArkWebCustomKeyboardHandler> ark_web_custom_keyboa… in ArkWebCustomKeyboardHandlerWrapper() function
32 ~ArkWebCustomKeyboardHandlerWrapper() = default;
H A Dark_web_handler_impl.cpp846 …nweb_handler_->OnInterceptKeyboardAttach(std::make_shared<ArkWebCustomKeyboardHandlerWrapper>(keyb… in OnInterceptKeyboardAttach()