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

  /external/chromium_org/ppapi/proxy/
interface_proxy.cc 13 InterfaceProxy::InterfaceProxy(Dispatcher* dispatcher)
17 InterfaceProxy::~InterfaceProxy() {
20 bool InterfaceProxy::Send(IPC::Message* msg) {
interface_proxy.h 21 class InterfaceProxy : public IPC::Listener, public IPC::Sender {
25 typedef InterfaceProxy* (*Factory)(Dispatcher* dispatcher);
27 virtual ~InterfaceProxy();
40 InterfaceProxy(Dispatcher* dispatcher);

Completed in 183 milliseconds