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

  /external/chromium_org/ppapi/cpp/dev/
truetype_font_dev.cc 107 int32_t TrueTypeFont_Dev::GetFontsInFamily(
113 return get_interface<PPB_TrueTypeFont_Dev_0_1>()->GetFontsInFamily(
  /external/chromium_org/ppapi/proxy/
truetype_font_singleton_resource.cc 46 int32_t TrueTypeFontSingletonResource::GetFontsInFamily(
  /external/chromium_org/ppapi/thunk/
ppb_truetype_font_dev_thunk.cc 34 int32_t GetFontsInFamily(PP_Instance instance,
38 VLOG(4) << "PPB_TrueTypeFont_Dev::GetFontsInFamily()";
42 return enter.SetResult(enter.functions()->GetFontsInFamily(
104 &GetFontsInFamily,
  /external/chromium_org/ppapi/c/dev/
ppb_truetype_font_dev.h 198 * completion of GetFontsInFamily.
203 int32_t (*GetFontsInFamily)(PP_Instance instance,

Completed in 79 milliseconds