Searched refs:sansSerifFontFamily (Results 1 – 10 of 10) sorted by relevance
79 virtual void UpdateWebSansSerifFont(const std::string& sansSerifFontFamily) = 0;
118 virtual void SetWebSansSerifFont(const std::string& sansSerifFontFamily) {}; in SetWebSansSerifFont() argument
125 void SetWebSansSerifFont(const std::string& sansSerifFontFamily) override;
738 void WebModelNG::SetWebSansSerifFont(const std::string& sansSerifFontFamily) in SetWebSansSerifFont() argument742 webPattern->UpdateWebSansSerifFont(sansSerifFontFamily); in SetWebSansSerifFont()
112 static void WebSansSerifFont(const std::string& sansSerifFontFamily);
4029 void JSWeb::WebSansSerifFont(const std::string& sansSerifFontFamily) in WebSansSerifFont() argument4031 WebModel::GetInstance()->SetWebSansSerifFont(sansSerifFontFamily); in WebSansSerifFont()
392 void UpdateWebSansSerifFont(const std::string& sansSerifFontFamily) override;
1615 void WebDelegateCross::UpdateWebSansSerifFont(const std::string& sansSerifFontFamily) in UpdateWebSansSerifFont() argument
719 void UpdateWebSansSerifFont(const std::string& sansSerifFontFamily);
3576 void WebDelegate::UpdateWebSansSerifFont(const std::string& sansSerifFontFamily) in UpdateWebSansSerifFont() argument3583 [weak = WeakClaim(this), sansSerifFontFamily]() { in UpdateWebSansSerifFont()3588 setting->PutSansSerifFontFamilyName(sansSerifFontFamily); in UpdateWebSansSerifFont()