Home
last modified time | relevance | path

Searched refs:PP_FontWeight_Dev (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ppapi/c/dev/
Dppb_font_dev.h65 } PP_FontWeight_Dev; typedef
66 PP_COMPILE_ASSERT_SIZE_IN_BYTES(PP_FontWeight_Dev, 4);
106 PP_FontWeight_Dev weight;
/external/chromium_org/ppapi/cpp/dev/
Dfont_dev.h49 PP_FontWeight_Dev weight() const { return pp_font_description_.weight; } in weight()
50 void set_weight(PP_FontWeight_Dev w) { pp_font_description_.weight = w; } in set_weight()
/external/chromium_org/ppapi/proxy/
Dserialized_structs.cc64 desc->weight = static_cast<PP_FontWeight_Dev>(weight); in SetToPPFontDescription()
/external/chromium_org/ppapi/api/dev/
Dppb_font_dev.idl34 enum PP_FontWeight_Dev {
83 PP_FontWeight_Dev weight;