Home
last modified time | relevance | path

Searched refs:PutZoomingForTextFactor (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.cpp240 void ArkWebPreferenceImpl::PutZoomingForTextFactor(int text_zoom) in PutZoomingForTextFactor() function in OHOS::ArkWeb::ArkWebPreferenceImpl
242 nweb_preference_->PutZoomingForTextFactor(text_zoom); in PutZoomingForTextFactor()
H A Dark_web_preference_impl.h326 void PutZoomingForTextFactor(int text_zoom) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_preference_wrapper.cpp264 void ArkWebPreferenceWrapper::PutZoomingForTextFactor(int text_zoom) in PutZoomingForTextFactor() function in OHOS::ArkWeb::ArkWebPreferenceWrapper
266 ark_web_preference_->PutZoomingForTextFactor(text_zoom); in PutZoomingForTextFactor()
H A Dark_web_preference_wrapper.h328 void PutZoomingForTextFactor(int text_zoom) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_preference.h365 virtual void PutZoomingForTextFactor(int text_zoom) = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_preference.h206 virtual void PutZoomingForTextFactor(int textZoom) = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp2594 setting->PutZoomingForTextFactor(webPattern->GetTextZoomRatioValue(DEFAULT_TEXT_ZOOM_RATIO)); in UpdateSettting()
2617 … setting->PutZoomingForTextFactor(webPattern->GetTextZoomRatioValue(DEFAULT_TEXT_ZOOM_RATIO)); in UpdateSettting()
2638 setting->PutZoomingForTextFactor(component->GetTextZoomRatio()); in UpdateSettting()
3422 setting->PutZoomingForTextFactor(textZoomRatioNum); in UpdateTextZoomRatio()