Searched defs:PPP_Pdf_Proxy (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ppapi/proxy/
H A Dppp_pdf_proxy.h15 class PPP_Pdf_Proxy : public InterfaceProxy { class in namespace:ppapi::proxy
17 PPP_Pdf_Proxy(Dispatcher* dispatcher);
18 virtual ~PPP_Pdf_Proxy();
34 DISALLOW_COPY_AND_ASSIGN(PPP_Pdf_Proxy);
H A Dppp_pdf_proxy.cc39 PPP_Pdf_Proxy::PPP_Pdf_Proxy(Dispatcher* dispatcher) function in class:ppapi::proxy::PPP_Pdf_Proxy
48 PPP_Pdf_Proxy::~PPP_Pdf_Proxy() {
52 const PPP_Pdf* PPP_Pdf_Proxy::GetProxyInterface() {
56 bool PPP_Pdf_Proxy::OnMessageReceived(const IPC::Message& msg) {
61 IPC_BEGIN_MESSAGE_MAP(PPP_Pdf_Proxy, msg)
68 void PPP_Pdf_Proxy::OnPluginMsgRotate(PP_Instance instance, bool clockwise) {

Completed in 98 milliseconds