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

  /external/chromium_org/ppapi/thunk/
ppb_pdf_api.h 30 virtual PP_Bool IsFeatureEnabled(PP_PDFFeature feature) = 0;
ppb_pdf_thunk.cc 120 PP_Bool IsFeatureEnabled(PP_Instance instance, PP_PDFFeature feature) {
  /external/chromium_org/ppapi/c/private/
ppb_pdf.h 79 } PP_PDFFeature;
152 PP_Bool(*IsFeatureEnabled)(PP_Instance instance, PP_PDFFeature feature);
  /external/chromium_org/ppapi/cpp/private/
pdf.h 55 PP_PDFFeature feature);
pdf.cc 145 PP_PDFFeature feature) {
  /external/chromium_org/ppapi/proxy/
pdf_resource.h 53 virtual PP_Bool IsFeatureEnabled(PP_PDFFeature feature) OVERRIDE;
pdf_resource.cc 148 PP_Bool PDFResource::IsFeatureEnabled(PP_PDFFeature feature) {
  /external/chromium_org/components/pdf/renderer/
ppb_pdf_impl.cc 253 PP_Bool IsFeatureEnabled(PP_Instance instance, PP_PDFFeature feature) {

Completed in 144 milliseconds