Home
last modified time | relevance | path

Searched refs:UpdateWebFixedFont (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.h78 virtual void UpdateWebFixedFont(const std::string& fixedFontFamily) = 0;
H A Dweb_model_ng.cpp735 webPattern->UpdateWebFixedFont(fixedFontFamily); in SetWebFixedFont()
H A Dweb_pattern.cpp2534 delegate_->UpdateWebFixedFont(value); in OnWebFixedFontUpdate()
2922 delegate_->UpdateWebFixedFont(GetWebFixedFontValue(DEFAULT_FIXED_fONT_FAMILY)); in OnModifyDone()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_pattern.cpp656 delegate_->UpdateWebFixedFont(value); in OnWebFixedFontUpdate()
858 delegate_->UpdateWebFixedFont(GetWebFixedFontValue(DEFAULT_FIXED_fONT_FAMILY)); in OnModifyDone()
H A Dweb_delegate_cross.h391 void UpdateWebFixedFont(const std::string& fixedFontFamily) override;
H A Dweb_delegate_cross.cpp1612 void WebDelegateCross::UpdateWebFixedFont(const std::string& fixedFontFamily) in UpdateWebFixedFont() function in OHOS::Ace::WebDelegateCross
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h718 void UpdateWebFixedFont(const std::string& fixedFontFamily);
H A Dweb_delegate.cpp3557 void WebDelegate::UpdateWebFixedFont(const std::string& fixedFontFamily) in UpdateWebFixedFont() function in OHOS::Ace::WebDelegate