Home
last modified time | relevance | path

Searched refs:PutSansSerifFontFamilyName (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.cpp330 void ArkWebPreferenceImpl::PutSansSerifFontFamilyName(const ArkWebString& font) in PutSansSerifFontFamilyName() function in OHOS::ArkWeb::ArkWebPreferenceImpl
332 nweb_preference_->PutSansSerifFontFamilyName(ArkWebStringStructToClass(font)); in PutSansSerifFontFamilyName()
H A Dark_web_preference_impl.h449 void PutSansSerifFontFamilyName(const ArkWebString& font) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_preference_wrapper.cpp382 void ArkWebPreferenceWrapper::PutSansSerifFontFamilyName(const std::string& font) in PutSansSerifFontFamilyName() function in OHOS::ArkWeb::ArkWebPreferenceWrapper
386 ark_web_preference_->PutSansSerifFontFamilyName(stName); in PutSansSerifFontFamilyName()
H A Dark_web_preference_wrapper.h451 void PutSansSerifFontFamilyName(const std::string& font) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_preference.h506 virtual void PutSansSerifFontFamilyName(const ArkWebString& font) = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_preference.h176 virtual void PutSansSerifFontFamilyName(const std::string& font) = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp3588 setting->PutSansSerifFontFamilyName(sansSerifFontFamily); in UpdateWebSansSerifFont()