Home
last modified time | relevance | path

Searched refs:PPP_Instance_Private_Proxy (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/ppapi/proxy/
Dppp_instance_private_proxy.cc38 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_Proxy
52 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()
Dppp_instance_private_proxy.h20 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);
Dinterface_list.cc296 AddPPP(PPP_Instance_Private_Proxy::GetInfo()); in InterfaceList()