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

  /external/chromium_org/ppapi/c/dev/
ppb_font_dev.h 65 } PP_FontWeight_Dev;
66 PP_COMPILE_ASSERT_SIZE_IN_BYTES(PP_FontWeight_Dev, 4);
106 PP_FontWeight_Dev weight;
  /external/chromium_org/ppapi/api/dev/
ppb_font_dev.idl 34 enum PP_FontWeight_Dev {
83 PP_FontWeight_Dev weight;
  /external/chromium_org/ppapi/cpp/dev/
font_dev.h 49 PP_FontWeight_Dev weight() const { return pp_font_description_.weight; }
50 void set_weight(PP_FontWeight_Dev w) { pp_font_description_.weight = w; }
  /external/chromium_org/ppapi/proxy/
serialized_structs.cc 64 desc->weight = static_cast<PP_FontWeight_Dev>(weight);

Completed in 839 milliseconds