Home
last modified time | relevance | path

Searched refs:PP_PDFFeature (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/ppapi/c/private/
Dppb_pdf.h79 } PP_PDFFeature; typedef
152 PP_Bool(*IsFeatureEnabled)(PP_Instance instance, PP_PDFFeature feature);
/external/chromium_org/ppapi/thunk/
Dppb_pdf_api.h30 virtual PP_Bool IsFeatureEnabled(PP_PDFFeature feature) = 0;
Dppb_pdf_thunk.cc120 PP_Bool IsFeatureEnabled(PP_Instance instance, PP_PDFFeature feature) { in IsFeatureEnabled()
/external/chromium_org/ppapi/cpp/private/
Dpdf.h55 PP_PDFFeature feature);
Dpdf.cc145 PP_PDFFeature feature) { in IsFeatureEnabled()
/external/chromium_org/ppapi/proxy/
Dpdf_resource.h53 virtual PP_Bool IsFeatureEnabled(PP_PDFFeature feature) OVERRIDE;
Dpdf_resource.cc148 PP_Bool PDFResource::IsFeatureEnabled(PP_PDFFeature feature) { in IsFeatureEnabled()
/external/chromium_org/components/pdf/renderer/
Dppb_pdf_impl.cc253 PP_Bool IsFeatureEnabled(PP_Instance instance, PP_PDFFeature feature) { in IsFeatureEnabled()