Home
last modified time | relevance | path

Searched refs:InvokePrintingForInstance (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/components/pdf/renderer/
Dppb_pdf_impl.h36 static bool InvokePrintingForInstance(PP_Instance instance);
Dppb_pdf_impl.cc250 PPB_PDF_Impl::InvokePrintingForInstance(instance); in Print()
353 bool PPB_PDF_Impl::InvokePrintingForInstance(PP_Instance instance_id) { in InvokePrintingForInstance() function in pdf::PPB_PDF_Impl
Dpepper_pdf_host.cc140 return PPB_PDF_Impl::InvokePrintingForInstance(pp_instance()) ? PP_OK : in OnHostMsgPrint()
/external/chromium_org/chrome/renderer/pepper/
Dpepper_flash_renderer_host.cc380 pdf::PPB_PDF_Impl::InvokePrintingForInstance(pp_instance()); in OnInvokePrinting()