Home
last modified time | relevance | path

Searched refs:isZoomAccessEnabled (Results 1 - 15 of 15) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_web_ffi.h70 CJ_EXPORT void FfiOHOSAceFrameworkWebZoomAccessEnabled(bool isZoomAccessEnabled);
H A Dcj_web_ffi.cpp324 void FfiOHOSAceFrameworkWebZoomAccessEnabled(bool isZoomAccessEnabled) in FfiOHOSAceFrameworkWebZoomAccessEnabled() argument
326 WebModel::GetInstance()->SetZoomAccessEnabled(isZoomAccessEnabled); in FfiOHOSAceFrameworkWebZoomAccessEnabled()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_delegate_interface.h59 virtual void UpdateSupportZoom(const bool& isZoomAccessEnabled) = 0;
H A Dweb_model.h78 virtual void SetZoomAccessEnabled(bool isZoomAccessEnabled) = 0;
H A Dweb_model_ng.h79 void SetZoomAccessEnabled(bool isZoomAccessEnabled) override;
H A Dweb_model_ng.cpp441 void WebModelNG::SetZoomAccessEnabled(bool isZoomAccessEnabled) in SetZoomAccessEnabled() argument
445 webPattern->UpdateZoomAccessEnabled(isZoomAccessEnabled); in SetZoomAccessEnabled()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.h62 static void ZoomAccessEnabled(bool isZoomAccessEnabled);
H A Djs_web.cpp3447 void JSWeb::ZoomAccessEnabled(bool isZoomAccessEnabled) in ZoomAccessEnabled() argument
3449 WebModel::GetInstance()->SetZoomAccessEnabled(isZoomAccessEnabled); in ZoomAccessEnabled()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dweb_model_impl.h70 void SetZoomAccessEnabled(bool isZoomAccessEnabled) override;
H A Dweb_model_impl.cpp316 void WebModelImpl::SetZoomAccessEnabled(bool isZoomAccessEnabled) in SetZoomAccessEnabled() argument
320 webComponent->SetZoomAccessEnabled(isZoomAccessEnabled); in SetZoomAccessEnabled()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_delegate_cross.h372 void UpdateSupportZoom(const bool& isZoomAccessEnabled) override;
H A Dweb_delegate_cross.cpp1541 void WebDelegateCross::UpdateSupportZoom(const bool& isZoomAccessEnabled) in UpdateSupportZoom() argument
1546 paramStream << NTC_ZOOM_ACCESS << WEB_PARAM_EQUALS << isZoomAccessEnabled; in UpdateSupportZoom() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dmock_web_delegate.cpp620 void WebDelegate::UpdateSupportZoom(const bool& isZoomAccessEnabled) {} in UpdateSupportZoom() argument
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h741 void UpdateSupportZoom(const bool& isZoomAccessEnabled);
H A Dweb_delegate.cpp3156 void WebDelegate::UpdateSupportZoom(const bool& isZoomAccessEnabled) in UpdateSupportZoom() argument
3163 [weak = WeakClaim(this), isZoomAccessEnabled]() { in UpdateSupportZoom()
3168 setting->PutZoomingFunctionEnabled(isZoomAccessEnabled); in UpdateSupportZoom()

Completed in 40 milliseconds