Searched defs:GetFontsInFamily (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ppapi/cpp/dev/
H A Dtruetype_font_dev.cc107 int32_t TrueTypeFont_Dev::GetFontsInFamily( function in class:pp::TrueTypeFont_Dev
113 return get_interface<PPB_TrueTypeFont_Dev_0_1>()->GetFontsInFamily(
/external/chromium_org/ppapi/proxy/
H A Dtruetype_font_singleton_resource.cc46 int32_t TrueTypeFontSingletonResource::GetFontsInFamily( function in class:ppapi::proxy::TrueTypeFontSingletonResource
/external/chromium_org/ppapi/thunk/
H A Dppb_truetype_font_dev_thunk.cc36 int32_t GetFontsInFamily(PP_Instance instance, function in namespace:ppapi::thunk::__anon10355
40 VLOG(4) << "PPB_TrueTypeFont_Dev::GetFontsInFamily()";
44 return enter.SetResult(enter.functions()->GetFontsInFamily(
106 &GetFontsInFamily,
/external/chromium_org/ppapi/c/dev/
H A Dppb_truetype_font_dev.h198 * completion of GetFontsInFamily.
203 int32_t (*GetFontsInFamily)(PP_Instance instance, member in struct:PPB_TrueTypeFont_Dev_0_1

Completed in 139 milliseconds