Searched defs:InterfaceProxy (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/ppapi/proxy/
H A Dinterface_proxy.cc13 InterfaceProxy::InterfaceProxy(Dispatcher* dispatcher) function in class:ppapi::proxy::InterfaceProxy
17 InterfaceProxy::~InterfaceProxy() {
20 bool InterfaceProxy::Send(IPC::Message* msg) {
H A Dinterface_proxy.h21 class InterfaceProxy : public IPC::Listener, public IPC::Sender { class in namespace:ppapi::proxy
25 typedef InterfaceProxy* (*Factory)(Dispatcher* dispatcher);
27 virtual ~InterfaceProxy();
40 InterfaceProxy(Dispatcher* dispatcher);

Completed in 80 milliseconds