Home
last modified time | relevance | path

Searched refs:PutSerifFontFamilyName (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.cpp230 void ArkWebPreferenceImpl::PutSerifFontFamilyName(const ArkWebString& font) in PutSerifFontFamilyName() function in OHOS::ArkWeb::ArkWebPreferenceImpl
232 nweb_preference_->PutSerifFontFamilyName(ArkWebStringStructToClass(font)); in PutSerifFontFamilyName()
H A Dark_web_preference_impl.h312 void PutSerifFontFamilyName(const ArkWebString& font) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_preference_wrapper.cpp250 void ArkWebPreferenceWrapper::PutSerifFontFamilyName(const std::string& font) in PutSerifFontFamilyName() function in OHOS::ArkWeb::ArkWebPreferenceWrapper
254 ark_web_preference_->PutSerifFontFamilyName(stName); in PutSerifFontFamilyName()
H A Dark_web_preference_wrapper.h314 void PutSerifFontFamilyName(const std::string& font) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_preference.h349 virtual void PutSerifFontFamilyName(const ArkWebString& font) = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_preference.h183 virtual void PutSerifFontFamilyName(const std::string& font) = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp3607 setting->PutSerifFontFamilyName(serifFontFamily); in UpdateWebSerifFont()