Searched refs:set_family (Results 1 – 9 of 9) sorted by relevance
35 desc.set_family(PP_BROWSERFONT_TRUSTED_FAMILY_SANSSERIF); in DidChangeView()58 desc.set_family(PP_BROWSERFONT_TRUSTED_FAMILY_SERIF); in DidChangeView()67 desc.set_family(PP_BROWSERFONT_TRUSTED_FAMILY_SANSSERIF); in DidChangeView()76 desc.set_family(PP_BROWSERFONT_TRUSTED_FAMILY_MONOSPACE); in DidChangeView()
43 set_family(Var(PASS_REF, pp_desc.family)); in TrueTypeFontDesc_Dev()47 set_family(other.family()); in TrueTypeFontDesc_Dev()63 set_family(other.family()); in operator =()
29 set_family(PP_FONTFAMILY_DEFAULT); in FontDescription_Dev()40 set_family(other.family()); in FontDescription_Dev()
44 void set_family(PP_FontFamily_Dev f) { pp_font_description_.family = f; } in set_family() function
52 void set_family(const Var& family) { in set_family() function
53 set_family(PP_BROWSERFONT_TRUSTED_FAMILY_DEFAULT); in BrowserFontDescription()65 set_family(other.family()); in BrowserFontDescription()
44 void set_family(PP_BrowserFont_Trusted_Family f) { in set_family() function
165 desc.set_family(PP_BROWSERFONT_TRUSTED_FAMILY_MONOSPACE); in TestDraw()
135 desc.set_family(PP_FONTFAMILY_SANSSERIF); in MyTextField()