PPP_Pdf_Proxy     303 ppapi/proxy/interface_list.cc   AddProxy(API_ID_PPP_PDF, &ProxyFactory<PPP_Pdf_Proxy>);
PPP_Pdf_Proxy     304 ppapi/proxy/interface_list.cc   AddPPP(PPP_PDF_INTERFACE, PPP_Pdf_Proxy::GetProxyInterface());
PPP_Pdf_Proxy      39 ppapi/proxy/ppp_pdf_proxy.cc PPP_Pdf_Proxy::PPP_Pdf_Proxy(Dispatcher* dispatcher)
PPP_Pdf_Proxy      48 ppapi/proxy/ppp_pdf_proxy.cc PPP_Pdf_Proxy::~PPP_Pdf_Proxy() {
PPP_Pdf_Proxy      52 ppapi/proxy/ppp_pdf_proxy.cc const PPP_Pdf* PPP_Pdf_Proxy::GetProxyInterface() {
PPP_Pdf_Proxy      56 ppapi/proxy/ppp_pdf_proxy.cc bool PPP_Pdf_Proxy::OnMessageReceived(const IPC::Message& msg) {
PPP_Pdf_Proxy      61 ppapi/proxy/ppp_pdf_proxy.cc   IPC_BEGIN_MESSAGE_MAP(PPP_Pdf_Proxy, msg)
PPP_Pdf_Proxy      68 ppapi/proxy/ppp_pdf_proxy.cc void PPP_Pdf_Proxy::OnPluginMsgRotate(PP_Instance instance, bool clockwise) {
PPP_Pdf_Proxy      15 ppapi/proxy/ppp_pdf_proxy.h class PPP_Pdf_Proxy : public InterfaceProxy {
PPP_Pdf_Proxy      17 ppapi/proxy/ppp_pdf_proxy.h   PPP_Pdf_Proxy(Dispatcher* dispatcher);
PPP_Pdf_Proxy      18 ppapi/proxy/ppp_pdf_proxy.h   virtual ~PPP_Pdf_Proxy();
PPP_Pdf_Proxy      34 ppapi/proxy/ppp_pdf_proxy.h   DISALLOW_COPY_AND_ASSIGN(PPP_Pdf_Proxy);