Home
last modified time | relevance | path

Searched refs:PutPinchSmoothMode (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.cpp100 void ArkWebPreferenceImpl::PutPinchSmoothMode(bool flag) in PutPinchSmoothMode() function in OHOS::ArkWeb::ArkWebPreferenceImpl
102 nweb_preference_->PutPinchSmoothMode(flag); in PutPinchSmoothMode()
H A Dark_web_preference_impl.h132 void PutPinchSmoothMode(bool flag) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_preference_wrapper.cpp108 void ArkWebPreferenceWrapper::PutPinchSmoothMode(bool flag) in PutPinchSmoothMode() function in OHOS::ArkWeb::ArkWebPreferenceWrapper
110 ark_web_preference_->PutPinchSmoothMode(flag); in PutPinchSmoothMode()
H A Dark_web_preference_wrapper.h134 void PutPinchSmoothMode(bool flag) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_preference.h143 virtual void PutPinchSmoothMode(bool flag) = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_preference.h259 virtual void PutPinchSmoothMode(bool flag) = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp3458 setting->PutPinchSmoothMode(isPinchSmoothModeEnabled); in UpdatePinchSmoothModeEnabled()