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

/external/chromium_org/ppapi/proxy/
H A Dppp_instance_private_proxy.h20 class PPP_Instance_Private_Proxy : public InterfaceProxy { class in namespace:ppapi::proxy
22 PPP_Instance_Private_Proxy(Dispatcher* dispatcher);
23 virtual ~PPP_Instance_Private_Proxy();
40 DISALLOW_COPY_AND_ASSIGN(PPP_Instance_Private_Proxy);
H A Dppp_instance_private_proxy.cc39 PPP_Instance_Private_Proxy::PPP_Instance_Private_Proxy(Dispatcher* dispatcher) function in class:ppapi::proxy::PPP_Instance_Private_Proxy
48 PPP_Instance_Private_Proxy::~PPP_Instance_Private_Proxy() {
52 const PPP_Instance_Private* PPP_Instance_Private_Proxy::GetProxyInterface() {
56 bool PPP_Instance_Private_Proxy::OnMessageReceived(const IPC::Message& msg) {
61 IPC_BEGIN_MESSAGE_MAP(PPP_Instance_Private_Proxy, msg)
69 void PPP_Instance_Private_Proxy::OnMsgGetInstanceObject(

Completed in 57 milliseconds