Home
last modified time | relevance | path

Searched refs:PPB_PDF (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/ppapi/cpp/private/
Dpdf.cc17 template <> const char* interface_name<PPB_PDF>() { in interface_name()
25 return has_interface<PPB_PDF>(); in IsAvailable()
31 if (has_interface<PPB_PDF>()) { in GetLocalizedString()
33 get_interface<PPB_PDF>()->GetLocalizedString( in GetLocalizedString()
42 if (has_interface<PPB_PDF>()) { in GetResourceImage()
44 get_interface<PPB_PDF>()->GetResourceImage( in GetResourceImage()
55 if (has_interface<PPB_PDF>()) { in GetFontFileWithFallback()
56 return get_interface<PPB_PDF>()->GetFontFileWithFallback( in GetFontFileWithFallback()
67 if (has_interface<PPB_PDF>()) { in GetFontTableForPrivateFontFile()
68 return get_interface<PPB_PDF>()->GetFontTableForPrivateFontFile(font_file, in GetFontTableForPrivateFontFile()
[all …]
/external/chromium_org/ppapi/proxy/
Dpdf_resource_unittest.cc31 const PPB_PDF* pdf_iface = thunk::GetPPB_PDF_Thunk(); in TEST_F()
93 const PPB_PDF* pdf_iface = thunk::GetPPB_PDF_Thunk(); in TEST_F()
104 const PPB_PDF* pdf_iface = thunk::GetPPB_PDF_Thunk(); in TEST_F()
115 const PPB_PDF* pdf_iface = thunk::GetPPB_PDF_Thunk(); in TEST_F()
127 const PPB_PDF* pdf_iface = thunk::GetPPB_PDF_Thunk(); in TEST_F()
138 const PPB_PDF* pdf_iface = thunk::GetPPB_PDF_Thunk(); in TEST_F()
149 const PPB_PDF* pdf_iface = thunk::GetPPB_PDF_Thunk(); in TEST_F()
160 const PPB_PDF* pdf_iface = thunk::GetPPB_PDF_Thunk(); in TEST_F()
/external/chromium_org/components/pdf/renderer/
Dppb_pdf_impl.h10 struct PPB_PDF;
31 static const PPB_PDF* GetInterface();
Dppb_pdf_impl.cc323 const PPB_PDF ppb_pdf = { //
348 const PPB_PDF* PPB_PDF_Impl::GetInterface() { in GetInterface()
/external/chromium_org/ppapi/thunk/
Dppb_pdf_thunk.cc164 const PPB_PDF g_ppb_pdf_thunk = {
188 const PPB_PDF* GetPPB_PDF_Thunk() { in GetPPB_PDF_Thunk()
Dinterfaces_ppb_private.h43 PPB_PDF)
/external/chromium_org/components/pdf/
DREADME2 content-based clients. It provides an implementation for the PPB_PDF ppapi
/external/chromium_org/ppapi/c/private/
Dppb_pdf.h92 struct PPB_PDF { struct
/external/chromium_org/ppapi/api/private/finish_writing_these/
Dppb_pdf.idl6 /* This file contains PPB_PDF interface. */