Home
last modified time | relevance | path

Searched refs:UpdateWebCursiveFont (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.h76 virtual void UpdateWebCursiveFont(const std::string& cursiveFontFamily) = 0;
H A Dweb_model_ng.cpp721 webPattern->UpdateWebCursiveFont(cursiveFontFamily); in SetWebCursiveFont()
H A Dweb_pattern.cpp2520 delegate_->UpdateWebCursiveFont(value); in OnWebCursiveFontUpdate()
2920 delegate_->UpdateWebCursiveFont(GetWebCursiveFontValue(DEFAULT_CURSIVE_FONT_FAMILY)); in OnModifyDone()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_pattern.cpp642 delegate_->UpdateWebCursiveFont(value); in OnWebCursiveFontUpdate()
856 delegate_->UpdateWebCursiveFont(GetWebCursiveFontValue(DEFAULT_CURSIVE_FONT_FAMILY)); in OnModifyDone()
H A Dweb_delegate_cross.h389 void UpdateWebCursiveFont(const std::string& cursiveFontFamily) override;
H A Dweb_delegate_cross.cpp1606 void WebDelegateCross::UpdateWebCursiveFont(const std::string& cursiveFontFamily) in UpdateWebCursiveFont() function in OHOS::Ace::WebDelegateCross
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h716 void UpdateWebCursiveFont(const std::string& cursiveFontFamily);
H A Dweb_delegate.cpp3519 void WebDelegate::UpdateWebCursiveFont(const std::string& cursiveFontFamily) in UpdateWebCursiveFont() function in OHOS::Ace::WebDelegate