Searched refs:UpdateSupportZoom (Results 1 – 8 of 8) sorted by relevance
59 virtual void UpdateSupportZoom(const bool& isZoomAccessEnabled) = 0;
2361 delegate_->UpdateSupportZoom(value); in OnZoomAccessEnabledUpdate()2893 delegate_->UpdateSupportZoom(false); in OnModifyDone()2895 delegate_->UpdateSupportZoom(GetZoomAccessEnabledValue(true)); in OnModifyDone()
515 delegate_->UpdateSupportZoom(value); in OnZoomAccessEnabledUpdate()840 delegate_->UpdateSupportZoom(GetZoomAccessEnabledValue(true)); in OnModifyDone()
372 void UpdateSupportZoom(const bool& isZoomAccessEnabled) override;
1541 void WebDelegateCross::UpdateSupportZoom(const bool& isZoomAccessEnabled) in UpdateSupportZoom() function in OHOS::Ace::WebDelegateCross
184 delegate_->UpdateSupportZoom(web_->GetZoomAccessEnabled()); in UpdateDelegate()
695 void UpdateSupportZoom(const bool& isZoomAccessEnabled);
3169 void WebDelegate::UpdateSupportZoom(const bool& isZoomAccessEnabled) in UpdateSupportZoom() function in OHOS::Ace::WebDelegate