Home
last modified time | relevance | path

Searched refs:UpdateSupportZoom (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/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_pattern.cpp2361 delegate_->UpdateSupportZoom(value); in OnZoomAccessEnabledUpdate()
2893 delegate_->UpdateSupportZoom(false); in OnModifyDone()
2895 delegate_->UpdateSupportZoom(GetZoomAccessEnabledValue(true)); in OnModifyDone()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_pattern.cpp515 delegate_->UpdateSupportZoom(value); in OnZoomAccessEnabledUpdate()
840 delegate_->UpdateSupportZoom(GetZoomAccessEnabledValue(true)); in OnModifyDone()
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() function in OHOS::Ace::WebDelegateCross
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Drender_web.cpp184 delegate_->UpdateSupportZoom(web_->GetZoomAccessEnabled()); in UpdateDelegate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h695 void UpdateSupportZoom(const bool& isZoomAccessEnabled);
H A Dweb_delegate.cpp3169 void WebDelegate::UpdateSupportZoom(const bool& isZoomAccessEnabled) in UpdateSupportZoom() function in OHOS::Ace::WebDelegate