Home
last modified time | relevance | path

Searched refs:isPinchSmoothModeEnabled (Results 1 - 13 of 13) sorted by relevance

/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.h109 virtual void SetPinchSmoothModeEnabled(bool isPinchSmoothModeEnabled) = 0;
H A Dweb_model_ng.h115 void SetPinchSmoothModeEnabled(bool isPinchSmoothModeEnabled) override;
H A Dweb_model_ng.cpp672 void WebModelNG::SetPinchSmoothModeEnabled(bool isPinchSmoothModeEnabled) in SetPinchSmoothModeEnabled() argument
676 webPattern->UpdatePinchSmoothModeEnabled(isPinchSmoothModeEnabled); in SetPinchSmoothModeEnabled()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.h104 static void PinchSmoothModeEnabled(bool isPinchSmoothModeEnabled);
H A Djs_web.cpp4026 void JSWeb::PinchSmoothModeEnabled(bool isPinchSmoothModeEnabled) in PinchSmoothModeEnabled() argument
4028 WebModel::GetInstance()->SetPinchSmoothModeEnabled(isPinchSmoothModeEnabled); in PinchSmoothModeEnabled()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dweb_model_impl.h100 void SetPinchSmoothModeEnabled(bool isPinchSmoothModeEnabled) override;
H A Dweb_model_impl.cpp531 void WebModelImpl::SetPinchSmoothModeEnabled(bool isPinchSmoothModeEnabled) in SetPinchSmoothModeEnabled() argument
535 webComponent->SetPinchSmoothModeEnabled(isPinchSmoothModeEnabled); in SetPinchSmoothModeEnabled()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_delegate_cross.h385 void UpdatePinchSmoothModeEnabled(bool isPinchSmoothModeEnabled) override;
H A Dweb_delegate_cross.cpp1587 void WebDelegateCross::UpdatePinchSmoothModeEnabled(bool isPinchSmoothModeEnabled) in UpdatePinchSmoothModeEnabled() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dmock_web_delegate.cpp643 void WebDelegate::UpdatePinchSmoothModeEnabled(bool isPinchSmoothModeEnabled) {} in UpdatePinchSmoothModeEnabled() argument
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h758 void UpdatePinchSmoothModeEnabled(bool isPinchSmoothModeEnabled);
H A Dweb_delegate.cpp3433 void WebDelegate::UpdatePinchSmoothModeEnabled(bool isPinchSmoothModeEnabled) in UpdatePinchSmoothModeEnabled() argument
3440 [weak = WeakClaim(this), isPinchSmoothModeEnabled]() { in UpdatePinchSmoothModeEnabled()
3445 setting->PutPinchSmoothMode(isPinchSmoothModeEnabled); in UpdatePinchSmoothModeEnabled()

Completed in 37 milliseconds