HomeSort by relevance Sort by last modified time
    Searched refs:PPP_Instance_Private_Proxy (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ppapi/proxy/
ppp_instance_private_proxy.h 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);
ppp_instance_private_proxy.cc 5 #include "ppapi/proxy/ppp_instance_private_proxy.h"
39 PPP_Instance_Private_Proxy::PPP_Instance_Private_Proxy(Dispatcher* dispatcher)
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(
interface_list.cc 133 #include "ppapi/proxy/ppp_instance_private_proxy.h"
296 &ProxyFactory<PPP_Instance_Private_Proxy>);
298 PPP_Instance_Private_Proxy::GetProxyInterface());

Completed in 840 milliseconds