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 D | ark_web_nweb_impl.cpp | 654 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 D | ark_web_nweb_impl.h | 683 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 D | ark_web_nweb.h | 849 virtual void SetVirtualKeyBoardArg(int32_t width,
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_nweb_wrapper.cpp | 765 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 D | ark_web_nweb_wrapper.h | 693 void SetVirtualKeyBoardArg(int32_t width, int32_t height, double keyboard) override;
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb.h | 933 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 D | web_delegate.h | 950 void SetVirtualKeyBoardArg(int32_t width, int32_t height, double keyboard);
|
H A D | web_delegate.cpp | 6660 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 D | web_pattern.cpp | 3176 delegate_->SetVirtualKeyBoardArg(width, height, webKeyboard); in ProcessVirtualKeyBoard() 3178 delegate_->SetVirtualKeyBoardArg(width, height, 0); in ProcessVirtualKeyBoard() 3181 delegate_->SetVirtualKeyBoardArg(width, height, keyboard); in ProcessVirtualKeyBoard()
|