Home
last modified time | relevance | path

Searched refs:UpdatePinchSmoothModeEnabled (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_delegate_interface.h72 virtual void UpdatePinchSmoothModeEnabled(bool isPinchSmoothModeEnabled) = 0;
H A Dweb_model_ng.cpp684 webPattern->UpdatePinchSmoothModeEnabled(isPinchSmoothModeEnabled); in SetPinchSmoothModeEnabled()
H A Dweb_pattern.cpp2480 delegate_->UpdatePinchSmoothModeEnabled(value); in OnPinchSmoothModeEnabledUpdate()
2918 delegate_->UpdatePinchSmoothModeEnabled(GetPinchSmoothModeEnabledValue(false)); in OnModifyDone()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_pattern.cpp606 delegate_->UpdatePinchSmoothModeEnabled(value); in OnPinchSmoothModeEnabledUpdate()
854 delegate_->UpdatePinchSmoothModeEnabled(GetPinchSmoothModeEnabledValue(false)); in OnModifyDone()
H A Dweb_delegate_cross.h385 void UpdatePinchSmoothModeEnabled(bool isPinchSmoothModeEnabled) override;
H A Dweb_delegate_cross.cpp1587 void WebDelegateCross::UpdatePinchSmoothModeEnabled(bool isPinchSmoothModeEnabled) in UpdatePinchSmoothModeEnabled() function in OHOS::Ace::WebDelegateCross
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Drender_web.cpp194 delegate_->UpdatePinchSmoothModeEnabled(web_->GetPinchSmoothModeEnabled()); in UpdateDelegate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h712 void UpdatePinchSmoothModeEnabled(bool isPinchSmoothModeEnabled);
H A Dweb_delegate.cpp3446 void WebDelegate::UpdatePinchSmoothModeEnabled(bool isPinchSmoothModeEnabled) in UpdatePinchSmoothModeEnabled() function in OHOS::Ace::WebDelegate