Searched refs:PPP_Messaging_Proxy (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ppapi/proxy/
H A Dppp_messaging_proxy.h18 class PPP_Messaging_Proxy : public InterfaceProxy { class in namespace:ppapi::proxy
20 PPP_Messaging_Proxy(Dispatcher* dispatcher);
21 virtual ~PPP_Messaging_Proxy();
39 DISALLOW_COPY_AND_ASSIGN(PPP_Messaging_Proxy);
H A Dppp_messaging_proxy.cc58 PPP_Messaging_Proxy::PPP_Messaging_Proxy(Dispatcher* dispatcher) function in class:ppapi::proxy::PPP_Messaging_Proxy
67 PPP_Messaging_Proxy::~PPP_Messaging_Proxy() {
70 bool PPP_Messaging_Proxy::OnMessageReceived(const IPC::Message& msg) {
75 IPC_BEGIN_MESSAGE_MAP(PPP_Messaging_Proxy, msg)
86 void PPP_Messaging_Proxy::OnMsgHandleMessage(
114 void PPP_Messaging_Proxy::OnMsgHandleBlockingMessage(
H A Dinterface_list.cc300 AddProxy(API_ID_PPP_MESSAGING, &ProxyFactory<PPP_Messaging_Proxy>);

Completed in 2755 milliseconds