Home
last modified time | relevance | path

Searched refs:SetNestedScrollMode (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_nweb_impl.cpp644 void ArkWebNWebImpl::SetNestedScrollMode(const int32_t& nested_scroll_mode) in SetNestedScrollMode() function in OHOS::ArkWeb::ArkWebNWebImpl
646 nweb_nweb_->SetNestedScrollMode(static_cast<ArkWebNestedScrollMode>(nested_scroll_mode)); in SetNestedScrollMode()
H A Dark_web_nweb_impl.h673 void SetNestedScrollMode(const int32_t& nested_scroll_mode) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_nweb.h837 virtual void SetNestedScrollMode(const int32_t& nested_scroll_mode) = 0;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_nweb_wrapper.cpp755 void ArkWebNWebWrapper::SetNestedScrollMode(const ArkWebNestedScrollMode& nested_scroll_mode) in SetNestedScrollMode() function in OHOS::ArkWeb::ArkWebNWebWrapper
757 ark_web_nweb_->SetNestedScrollMode(static_cast<int32_t>(nested_scroll_mode)); in SetNestedScrollMode()
H A Dark_web_nweb_wrapper.h683 void SetNestedScrollMode(const ArkWebNestedScrollMode& nested_scroll_mode) override;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb.h898 virtual void SetNestedScrollMode(const NestedScrollMode& nestedScrollMode) = 0;