Home
last modified time | relevance | path

Searched refs:PutFixedFontFamilyName (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.cpp220 void ArkWebPreferenceImpl::PutFixedFontFamilyName(const ArkWebString& font) in PutFixedFontFamilyName() function in OHOS::ArkWeb::ArkWebPreferenceImpl
222 nweb_preference_->PutFixedFontFamilyName(ArkWebStringStructToClass(font)); in PutFixedFontFamilyName()
H A Dark_web_preference_impl.h298 void PutFixedFontFamilyName(const ArkWebString& font) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_preference_wrapper.cpp232 void ArkWebPreferenceWrapper::PutFixedFontFamilyName(const std::string& font) in PutFixedFontFamilyName() function in OHOS::ArkWeb::ArkWebPreferenceWrapper
236 ark_web_preference_->PutFixedFontFamilyName(stName); in PutFixedFontFamilyName()
H A Dark_web_preference_wrapper.h300 void PutFixedFontFamilyName(const std::string& font) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_preference.h333 virtual void PutFixedFontFamilyName(const ArkWebString& font) = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_preference.h123 virtual void PutFixedFontFamilyName(const std::string& font) = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp3569 setting->PutFixedFontFamilyName(fixedFontFamily); in UpdateWebFixedFont()