Home
last modified time | relevance | path

Searched refs:PutFantasyFontFamilyName (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.cpp290 void ArkWebPreferenceImpl::PutFantasyFontFamilyName(const ArkWebString& font) in PutFantasyFontFamilyName() function in OHOS::ArkWeb::ArkWebPreferenceImpl
292 nweb_preference_->PutFantasyFontFamilyName(ArkWebStringStructToClass(font)); in PutFantasyFontFamilyName()
H A Dark_web_preference_impl.h396 void PutFantasyFontFamilyName(const ArkWebString& font) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_preference_wrapper.cpp326 void ArkWebPreferenceWrapper::PutFantasyFontFamilyName(const std::string& font) in PutFantasyFontFamilyName() function in OHOS::ArkWeb::ArkWebPreferenceWrapper
330 ark_web_preference_->PutFantasyFontFamilyName(stName); in PutFantasyFontFamilyName()
H A Dark_web_preference_wrapper.h398 void PutFantasyFontFamilyName(const std::string& font) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_preference.h445 virtual void PutFantasyFontFamilyName(const ArkWebString& font) = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_preference.h116 virtual void PutFantasyFontFamilyName(const std::string& font) = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp3550 setting->PutFantasyFontFamilyName(fantasyFontFamily); in UpdateWebFantasyFont()