Searched refs:ProxyChannel (Results 1 – 14 of 14) sorted by relevance
18 ProxyChannel::ProxyChannel() in ProxyChannel() function in ppapi::proxy::ProxyChannel24 ProxyChannel::~ProxyChannel() { in ~ProxyChannel()28 bool ProxyChannel::InitWithChannel(Delegate* delegate, in InitWithChannel()42 void ProxyChannel::InitWithTestSink(IPC::TestSink* test_sink) { in InitWithTestSink()50 void ProxyChannel::OnChannelError() { in OnChannelError()55 int ProxyChannel::TakeRendererFD() { in TakeRendererFD()61 IPC::PlatformFileForTransit ProxyChannel::ShareHandleWithRemote( in ShareHandleWithRemote()80 bool ProxyChannel::Send(IPC::Message* msg) { in Send()
28 class PPAPI_PROXY_EXPORT ProxyChannel54 virtual ~ProxyChannel();88 explicit ProxyChannel();98 ProxyChannel::Delegate* delegate() const { in delegate()104 ProxyChannel::Delegate* delegate_;120 DISALLOW_COPY_AND_ASSIGN(ProxyChannel);
22 class ProxyChannel; variable28 ProxyChannel* channel);78 ProxyChannel* channel_;
15 class PPAPI_PROXY_EXPORT BrokerDispatcher : public ProxyChannel {22 virtual bool InitBrokerWithChannel(ProxyChannel::Delegate* delegate,
23 ProxyChannel::Delegate* delegate, in InitBrokerWithChannel()27 return ProxyChannel::InitWithChannel(delegate, peer_pid, channel_handle, in InitBrokerWithChannel()
46 class PPAPI_PROXY_EXPORT Dispatcher : public ProxyChannel {
53 using ppapi::proxy::ProxyChannel;61 class PpapiDispatcher : public ProxyChannel,
70 class PPAPI_PROXY_EXPORT PluginDelegate : public ProxyChannel::Delegate {
18 ProxyChannel* channel) in PpapiCommandBufferProxy()
260 class DelegateMock : public ProxyChannel::Delegate {
14 : public ppapi::proxy::ProxyChannel::Delegate {
71 scoped_ptr<ppapi::proxy::ProxyChannel::Delegate> dispatcher_delegate_;
43 scoped_ptr<ppapi::proxy::ProxyChannel::Delegate> dispatcher_delegate_;
401 ppapi::proxy::ProxyChannel* dispatcher = NULL; in SetupRendererChannel()