Searched refs:PutFantasyFontFamilyName (Results 1 – 7 of 7) sorted by relevance
290 void ArkWebPreferenceImpl::PutFantasyFontFamilyName(const ArkWebString& font) in PutFantasyFontFamilyName() function in OHOS::ArkWeb::ArkWebPreferenceImpl292 nweb_preference_->PutFantasyFontFamilyName(ArkWebStringStructToClass(font)); in PutFantasyFontFamilyName()
396 void PutFantasyFontFamilyName(const ArkWebString& font) override;
326 void ArkWebPreferenceWrapper::PutFantasyFontFamilyName(const std::string& font) in PutFantasyFontFamilyName() function in OHOS::ArkWeb::ArkWebPreferenceWrapper330 ark_web_preference_->PutFantasyFontFamilyName(stName); in PutFantasyFontFamilyName()
398 void PutFantasyFontFamilyName(const std::string& font) override;
445 virtual void PutFantasyFontFamilyName(const ArkWebString& font) = 0;
116 virtual void PutFantasyFontFamilyName(const std::string& font) = 0;
3550 setting->PutFantasyFontFamilyName(fantasyFontFamily); in UpdateWebFantasyFont()