HomeSort by relevance Sort by last modified time
    Searched refs:set_family (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/ppapi/examples/font/
simple_font.cc 35 desc.set_family(PP_BROWSERFONT_TRUSTED_FAMILY_SANSSERIF);
58 desc.set_family(PP_BROWSERFONT_TRUSTED_FAMILY_SERIF);
67 desc.set_family(PP_BROWSERFONT_TRUSTED_FAMILY_SANSSERIF);
76 desc.set_family(PP_BROWSERFONT_TRUSTED_FAMILY_MONOSPACE);
  /external/chromium_org/ppapi/cpp/dev/
truetype_font_dev.cc 43 set_family(Var(PASS_REF, pp_desc.family));
47 set_family(other.family());
63 set_family(other.family());
font_dev.cc 29 set_family(PP_FONTFAMILY_DEFAULT);
40 set_family(other.family());
font_dev.h 44 void set_family(PP_FontFamily_Dev f) { pp_font_description_.family = f; } function in class:pp::FontDescription_Dev
truetype_font_dev.h 52 void set_family(const Var& family) { function in class:pp::TrueTypeFontDesc_Dev
  /external/chromium_org/ppapi/cpp/trusted/
browser_font_trusted.h 44 void set_family(PP_BrowserFont_Trusted_Family f) { function in class:pp::BrowserFontDescription
browser_font_trusted.cc 53 set_family(PP_BROWSERFONT_TRUSTED_FAMILY_DEFAULT);
65 set_family(other.family());
  /external/chromium_org/ppapi/tests/
test_browser_font.cc 165 desc.set_family(PP_BROWSERFONT_TRUSTED_FAMILY_MONOSPACE);
  /external/chromium_org/ppapi/examples/ime/
ime.cc 135 desc.set_family(PP_FONTFAMILY_SANSSERIF);

Completed in 2201 milliseconds