Searched refs:GetFontsInFamily (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/ppapi/thunk/
H A Dppb_truetype_font_singleton_api.h27 virtual int32_t GetFontsInFamily(
H A Dppb_truetype_font_dev_thunk.cc34 int32_t GetFontsInFamily(PP_Instance instance, function in namespace:ppapi::thunk::__anon10309
38 VLOG(4) << "PPB_TrueTypeFont_Dev::GetFontsInFamily()";
42 return enter.SetResult(enter.functions()->GetFontsInFamily(
104 &GetFontsInFamily,
/external/chromium_org/ppapi/proxy/
H A Dtruetype_font_singleton_resource.h41 virtual int32_t GetFontsInFamily(
H A Dtruetype_font_singleton_resource.cc46 int32_t TrueTypeFontSingletonResource::GetFontsInFamily( function in class:ppapi::proxy::TrueTypeFontSingletonResource
/external/chromium_org/ppapi/api/dev/
H A Dppb_truetype_font_dev.idl175 * completion of GetFontsInFamily.
181 int32_t GetFontsInFamily([in] PP_Instance instance,
/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(
H A Dtruetype_font_dev.h140 /// called upon completion of GetFontsInFamily.
144 static int32_t 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
/external/chromium_org/ppapi/tests/
H A Dtest_truetype_font.cc93 RUN_TEST(GetFontsInFamily, filter);
147 // GetFontsInFamily: A valid instance should be able to enumerate fonts
151 cc2.WaitForResult(pp::TrueTypeFont_Dev::GetFontsInFamily(
179 ppb_truetype_font_interface_->GetFontsInFamily(
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c2473 return iface->GetFontsInFamily(instance, *family, *output, *callback);
5178 .GetFontsInFamily = (int32_t (*)(PP_Instance instance, struct PP_Var family, struct PP_ArrayOutput output, struct PP_CompletionCallback callback))&Pnacl_M26_PPB_TrueTypeFont_Dev_GetFontsInFamily,

Completed in 337 milliseconds