Searched refs:PPP_Instance_Private_Proxy (Results 1 – 3 of 3) sorted by relevance
38 return new PPP_Instance_Private_Proxy(dispatcher); in CreateInstancePrivateProxy()43 PPP_Instance_Private_Proxy::PPP_Instance_Private_Proxy(Dispatcher* dispatcher) in PPP_Instance_Private_Proxy() function in ppapi::proxy::PPP_Instance_Private_Proxy52 PPP_Instance_Private_Proxy::~PPP_Instance_Private_Proxy() { in ~PPP_Instance_Private_Proxy()56 const InterfaceProxy::Info* PPP_Instance_Private_Proxy::GetInfo() { in GetInfo()67 bool PPP_Instance_Private_Proxy::OnMessageReceived(const IPC::Message& msg) { in OnMessageReceived()72 IPC_BEGIN_MESSAGE_MAP(PPP_Instance_Private_Proxy, msg) in OnMessageReceived()80 void PPP_Instance_Private_Proxy::OnMsgGetInstanceObject( in OnMsgGetInstanceObject()
20 class PPP_Instance_Private_Proxy : public InterfaceProxy {22 PPP_Instance_Private_Proxy(Dispatcher* dispatcher);23 virtual ~PPP_Instance_Private_Proxy();40 DISALLOW_COPY_AND_ASSIGN(PPP_Instance_Private_Proxy);
296 AddPPP(PPP_Instance_Private_Proxy::GetInfo()); in InterfaceList()