Home
last modified time | relevance | path

Searched refs:PutOverlayScrollbarEnabled (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_preference_impl.cpp486 void ArkWebPreferenceImpl::PutOverlayScrollbarEnabled(bool enable) in PutOverlayScrollbarEnabled() function in OHOS::ArkWeb::ArkWebPreferenceImpl
488 nweb_preference_->PutOverlayScrollbarEnabled(enable); in PutOverlayScrollbarEnabled()
H A Dark_web_preference_impl.h651 void PutOverlayScrollbarEnabled(bool enable) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_preference_wrapper.cpp560 void ArkWebPreferenceWrapper::PutOverlayScrollbarEnabled(bool enable) in PutOverlayScrollbarEnabled() function in OHOS::ArkWeb::ArkWebPreferenceWrapper
562 ark_web_preference_->PutOverlayScrollbarEnabled(enable); in PutOverlayScrollbarEnabled()
H A Dark_web_preference_wrapper.h650 void PutOverlayScrollbarEnabled(bool enable) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_preference.h736 virtual void PutOverlayScrollbarEnabled(bool enable) = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_preference.h652 virtual void PutOverlayScrollbarEnabled(bool enable) {} in PutOverlayScrollbarEnabled() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp3824 setting->PutOverlayScrollbarEnabled(isEnabled); in UpdateOverlayScrollbarEnabled()