Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_nweb_impl.cpp654 void ArkWebNWebImpl::SetVirtualKeyBoardArg(int32_t width, int32_t height, double keyboard) in SetVirtualKeyBoardArg() function in OHOS::ArkWeb::ArkWebNWebImpl
656 nweb_nweb_->SetVirtualKeyBoardArg(width, height, keyboard); in SetVirtualKeyBoardArg()
H A Dark_web_nweb_impl.h683 void SetVirtualKeyBoardArg(int32_t width, int32_t height, double keyboard) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_nweb.h849 virtual void SetVirtualKeyBoardArg(int32_t width,
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_nweb_wrapper.cpp765 void ArkWebNWebWrapper::SetVirtualKeyBoardArg(int32_t width, int32_t height, double keyboard) in SetVirtualKeyBoardArg() function in OHOS::ArkWeb::ArkWebNWebWrapper
767 ark_web_nweb_->SetVirtualKeyBoardArg(width, height, keyboard); in SetVirtualKeyBoardArg()
H A Dark_web_nweb_wrapper.h693 void SetVirtualKeyBoardArg(int32_t width, int32_t height, double keyboard) override;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb.h933 virtual void SetVirtualKeyBoardArg(int32_t width, int32_t height, double keyboard) = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h950 void SetVirtualKeyBoardArg(int32_t width, int32_t height, double keyboard);
H A Dweb_delegate.cpp6660 void WebDelegate::SetVirtualKeyBoardArg(int32_t width, int32_t height, double keyboard) in SetVirtualKeyBoardArg() function in OHOS::Ace::WebDelegate
6663 nweb_->SetVirtualKeyBoardArg(width, height, keyboard); in SetVirtualKeyBoardArg()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp3176 delegate_->SetVirtualKeyBoardArg(width, height, webKeyboard); in ProcessVirtualKeyBoard()
3178 delegate_->SetVirtualKeyBoardArg(width, height, 0); in ProcessVirtualKeyBoard()
3181 delegate_->SetVirtualKeyBoardArg(width, height, keyboard); in ProcessVirtualKeyBoard()