Searched refs:PPP_Pdf_Proxy (Results 1 – 3 of 3) sorted by relevance
39 PPP_Pdf_Proxy::PPP_Pdf_Proxy(Dispatcher* dispatcher) in PPP_Pdf_Proxy() function in ppapi::proxy::PPP_Pdf_Proxy48 PPP_Pdf_Proxy::~PPP_Pdf_Proxy() { in ~PPP_Pdf_Proxy()52 const PPP_Pdf* PPP_Pdf_Proxy::GetProxyInterface() { in GetProxyInterface()56 bool PPP_Pdf_Proxy::OnMessageReceived(const IPC::Message& msg) { in OnMessageReceived()61 IPC_BEGIN_MESSAGE_MAP(PPP_Pdf_Proxy, msg) in OnMessageReceived()68 void PPP_Pdf_Proxy::OnPluginMsgRotate(PP_Instance instance, bool clockwise) { in OnPluginMsgRotate()
15 class PPP_Pdf_Proxy : public InterfaceProxy {17 PPP_Pdf_Proxy(Dispatcher* dispatcher);18 virtual ~PPP_Pdf_Proxy();34 DISALLOW_COPY_AND_ASSIGN(PPP_Pdf_Proxy);
304 AddProxy(API_ID_PPP_PDF, &ProxyFactory<PPP_Pdf_Proxy>); in InterfaceList()305 AddPPP(PPP_PDF_INTERFACE, PPP_Pdf_Proxy::GetProxyInterface()); in InterfaceList()