Searched refs:PutFixedFontFamilyName (Results 1 – 7 of 7) sorted by relevance
220 void ArkWebPreferenceImpl::PutFixedFontFamilyName(const ArkWebString& font) in PutFixedFontFamilyName() function in OHOS::ArkWeb::ArkWebPreferenceImpl222 nweb_preference_->PutFixedFontFamilyName(ArkWebStringStructToClass(font)); in PutFixedFontFamilyName()
298 void PutFixedFontFamilyName(const ArkWebString& font) override;
232 void ArkWebPreferenceWrapper::PutFixedFontFamilyName(const std::string& font) in PutFixedFontFamilyName() function in OHOS::ArkWeb::ArkWebPreferenceWrapper236 ark_web_preference_->PutFixedFontFamilyName(stName); in PutFixedFontFamilyName()
300 void PutFixedFontFamilyName(const std::string& font) override;
333 virtual void PutFixedFontFamilyName(const ArkWebString& font) = 0;
123 virtual void PutFixedFontFamilyName(const std::string& font) = 0;
3569 setting->PutFixedFontFamilyName(fixedFontFamily); in UpdateWebFixedFont()