Home
last modified time | relevance | path

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

/external/chromium_org/ppapi/c/private/
Dppp_pdf.h12 #define PPP_PDF_INTERFACE_1 "PPP_Pdf;1" macro
13 #define PPP_PDF_INTERFACE PPP_PDF_INTERFACE_1
/external/chromium_org/pdf/
Dout_of_process_instance.cc137 static const char kPPPPdfInterface[] = PPP_PDF_INTERFACE_1;
Dinstance.cc192 static const char kPPPPdfInterface[] = PPP_PDF_INTERFACE_1;
/external/chromium_org/content/renderer/pepper/
Dpepper_plugin_instance_impl.cc1543 module_->GetPluginInterface(PPP_PDF_INTERFACE_1)); in LoadPdfInterface()