Home
last modified time | relevance | path

Searched refs:ShouldVirtualKeyboardOverlay (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.cpp659 bool ArkWebNWebImpl::ShouldVirtualKeyboardOverlay() in ShouldVirtualKeyboardOverlay() function in OHOS::ArkWeb::ArkWebNWebImpl
661 return nweb_nweb_->ShouldVirtualKeyboardOverlay(); in ShouldVirtualKeyboardOverlay()
H A Dark_web_nweb_impl.h688 bool ShouldVirtualKeyboardOverlay() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_nweb.h857 virtual bool ShouldVirtualKeyboardOverlay() = 0;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_nweb_wrapper.cpp770 bool ArkWebNWebWrapper::ShouldVirtualKeyboardOverlay() in ShouldVirtualKeyboardOverlay() function in OHOS::ArkWeb::ArkWebNWebWrapper
772 return ark_web_nweb_->ShouldVirtualKeyboardOverlay(); in ShouldVirtualKeyboardOverlay()
H A Dark_web_nweb_wrapper.h698 bool ShouldVirtualKeyboardOverlay() override;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb.h938 virtual bool ShouldVirtualKeyboardOverlay() = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h951 bool ShouldVirtualKeyboardOverlay();
H A Dweb_delegate.cpp6667 bool WebDelegate::ShouldVirtualKeyboardOverlay() in ShouldVirtualKeyboardOverlay() function in OHOS::Ace::WebDelegate
6670 return nweb_->ShouldVirtualKeyboardOverlay(); in ShouldVirtualKeyboardOverlay()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp3171 if (delegate_->ShouldVirtualKeyboardOverlay()) { in ProcessVirtualKeyBoard()
3210 if (delegate_->ShouldVirtualKeyboardOverlay()) { in UpdateWebLayoutSize()