ProxyChannel      467 content/ppapi_plugin/ppapi_thread.cc   ppapi::proxy::ProxyChannel* dispatcher = NULL;
ProxyChannel       71 content/renderer/pepper/host_dispatcher_wrapper.h   scoped_ptr<ppapi::proxy::ProxyChannel::Delegate> dispatcher_delegate_;
ProxyChannel       43 content/renderer/pepper/pepper_broker.h   scoped_ptr<ppapi::proxy::ProxyChannel::Delegate> dispatcher_delegate_;
ProxyChannel       14 content/renderer/pepper/pepper_proxy_channel_delegate_impl.h     : public ppapi::proxy::ProxyChannel::Delegate {
ProxyChannel       23 ppapi/proxy/broker_dispatcher.cc     ProxyChannel::Delegate* delegate,
ProxyChannel       27 ppapi/proxy/broker_dispatcher.cc   return ProxyChannel::InitWithChannel(delegate, peer_pid, channel_handle,
ProxyChannel       15 ppapi/proxy/broker_dispatcher.h class PPAPI_PROXY_EXPORT BrokerDispatcher : public ProxyChannel {
ProxyChannel       22 ppapi/proxy/broker_dispatcher.h   virtual bool InitBrokerWithChannel(ProxyChannel::Delegate* delegate,
ProxyChannel       45 ppapi/proxy/dispatcher.h class PPAPI_PROXY_EXPORT Dispatcher : public ProxyChannel {
ProxyChannel       70 ppapi/proxy/plugin_dispatcher.h   class PPAPI_PROXY_EXPORT PluginDelegate : public ProxyChannel::Delegate {
ProxyChannel       57 ppapi/proxy/plugin_main_irt.cc using ppapi::proxy::ProxyChannel;
ProxyChannel       18 ppapi/proxy/ppapi_command_buffer_proxy.cc     ProxyChannel* channel)
ProxyChannel       22 ppapi/proxy/ppapi_command_buffer_proxy.h class ProxyChannel;
ProxyChannel       28 ppapi/proxy/ppapi_command_buffer_proxy.h                           ProxyChannel* channel);
ProxyChannel       70 ppapi/proxy/ppapi_command_buffer_proxy.h   ProxyChannel* channel_;
ProxyChannel      260 ppapi/proxy/ppapi_proxy_test.h   class DelegateMock : public ProxyChannel::Delegate {
ProxyChannel       18 ppapi/proxy/proxy_channel.cc ProxyChannel::ProxyChannel()
ProxyChannel       24 ppapi/proxy/proxy_channel.cc ProxyChannel::~ProxyChannel() {
ProxyChannel       28 ppapi/proxy/proxy_channel.cc bool ProxyChannel::InitWithChannel(Delegate* delegate,
ProxyChannel       42 ppapi/proxy/proxy_channel.cc void ProxyChannel::InitWithTestSink(IPC::TestSink* test_sink) {
ProxyChannel       50 ppapi/proxy/proxy_channel.cc void ProxyChannel::OnChannelError() {
ProxyChannel       55 ppapi/proxy/proxy_channel.cc int ProxyChannel::TakeRendererFD() {
ProxyChannel       61 ppapi/proxy/proxy_channel.cc IPC::PlatformFileForTransit ProxyChannel::ShareHandleWithRemote(
ProxyChannel       80 ppapi/proxy/proxy_channel.cc bool ProxyChannel::Send(IPC::Message* msg) {
ProxyChannel       28 ppapi/proxy/proxy_channel.h class PPAPI_PROXY_EXPORT ProxyChannel
ProxyChannel       54 ppapi/proxy/proxy_channel.h   virtual ~ProxyChannel();
ProxyChannel       88 ppapi/proxy/proxy_channel.h   explicit ProxyChannel();
ProxyChannel       98 ppapi/proxy/proxy_channel.h   ProxyChannel::Delegate* delegate() const {
ProxyChannel      104 ppapi/proxy/proxy_channel.h   ProxyChannel::Delegate* delegate_;
ProxyChannel      120 ppapi/proxy/proxy_channel.h   DISALLOW_COPY_AND_ASSIGN(ProxyChannel);