Home
last modified time | relevance | path

Searched refs:PutZoomingFunctionEnabled (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_preference_impl.cpp300 void ArkWebPreferenceImpl::PutZoomingFunctionEnabled(bool flag) in PutZoomingFunctionEnabled() function in OHOS::ArkWeb::ArkWebPreferenceImpl
302 nweb_preference_->PutZoomingFunctionEnabled(flag); in PutZoomingFunctionEnabled()
H A Dark_web_preference_impl.h408 void PutZoomingFunctionEnabled(bool flag) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_preference_wrapper.cpp340 void ArkWebPreferenceWrapper::PutZoomingFunctionEnabled(bool flag) in PutZoomingFunctionEnabled() function in OHOS::ArkWeb::ArkWebPreferenceWrapper
342 ark_web_preference_->PutZoomingFunctionEnabled(flag); in PutZoomingFunctionEnabled()
H A Dark_web_preference_wrapper.h410 void PutZoomingFunctionEnabled(bool flag) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_preference.h459 virtual void PutZoomingFunctionEnabled(bool flag) = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_preference.h229 virtual void PutZoomingFunctionEnabled(bool flag) = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp2587 setting->PutZoomingFunctionEnabled(webPattern->GetZoomAccessEnabledValue(true)); in UpdateSettting()
2610 setting->PutZoomingFunctionEnabled(webPattern->GetZoomAccessEnabledValue(true)); in UpdateSettting()
2632 setting->PutZoomingFunctionEnabled(component->GetZoomAccessEnabled()); in UpdateSettting()
3181 setting->PutZoomingFunctionEnabled(isZoomAccessEnabled); in UpdateSupportZoom()