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);
42 InterfaceProxy::Factory create_proxy;
45 virtual ~InterfaceProxy();
58 InterfaceProxy(Dispatcher* dispatcher);

Completed in 417 milliseconds