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

  /external/chromium_org/ppapi/thunk/
ppb_truetype_font_singleton_api.h 27 virtual int32_t GetFontsInFamily(
ppb_truetype_font_dev_thunk.cc 36 int32_t GetFontsInFamily(PP_Instance instance,
40 VLOG(4) << "PPB_TrueTypeFont_Dev::GetFontsInFamily()";
44 return enter.SetResult(enter.functions()->GetFontsInFamily(
106 &GetFontsInFamily,
  /external/chromium_org/ppapi/proxy/
truetype_font_singleton_resource.h 41 virtual int32_t GetFontsInFamily(
truetype_font_singleton_resource.cc 46 int32_t TrueTypeFontSingletonResource::GetFontsInFamily(
  /external/chromium_org/ppapi/api/dev/
ppb_truetype_font_dev.idl 175 * completion of GetFontsInFamily.
181 int32_t GetFontsInFamily([in] PP_Instance instance,
  /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(
truetype_font_dev.h 140 /// called upon completion of GetFontsInFamily.
144 static int32_t GetFontsInFamily(
  /external/chromium_org/ppapi/c/dev/
ppb_truetype_font_dev.h 198 * completion of GetFontsInFamily.
203 int32_t (*GetFontsInFamily)(PP_Instance instance,
  /external/chromium_org/ppapi/tests/
test_truetype_font.cc 93 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/
pnacl_shim.c     [all...]

Completed in 466 milliseconds