HomeSort by relevance Sort by last modified time
    Searched refs:ProxyChannel (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/ppapi/proxy/
proxy_channel.cc 18 ProxyChannel::ProxyChannel()
24 ProxyChannel::~ProxyChannel() {
25 DVLOG(1) << "ProxyChannel::~ProxyChannel()";
28 bool ProxyChannel::InitWithChannel(Delegate* delegate,
43 void ProxyChannel::InitWithTestSink(IPC::TestSink* test_sink) {
51 void ProxyChannel::OnChannelError() {
56 int ProxyChannel::TakeRendererFD()
    [all...]
proxy_channel.h 28 class PPAPI_PROXY_EXPORT ProxyChannel
47 // guarantees as ProxyChannel::ShareHandleWithRemote below.
54 virtual ~ProxyChannel();
88 explicit ProxyChannel();
98 ProxyChannel::Delegate* delegate() const {
104 ProxyChannel::Delegate* delegate_;
120 DISALLOW_COPY_AND_ASSIGN(ProxyChannel);
broker_dispatcher.h 15 class PPAPI_PROXY_EXPORT BrokerDispatcher : public ProxyChannel {
22 virtual bool InitBrokerWithChannel(ProxyChannel::Delegate* delegate,
ppapi_command_buffer_proxy.h 22 class ProxyChannel;
28 ProxyChannel* channel);
67 ProxyChannel* channel_;
broker_dispatcher.cc 23 ProxyChannel::Delegate* delegate,
27 return ProxyChannel::InitWithChannel(delegate, peer_pid, channel_handle,
dispatcher.h 48 class PPAPI_PROXY_EXPORT Dispatcher : public ProxyChannel {
plugin_dispatcher.h 76 class PPAPI_PROXY_EXPORT PluginDelegate : public ProxyChannel::Delegate {
ppapi_command_buffer_proxy.cc 18 ProxyChannel* channel)
ppapi_proxy_test.h 133 // ProxyChannel::Delegate implementation.
260 class DelegateMock : public ProxyChannel::Delegate {
272 // ProxyChannel::Delegate implementation.
  /external/chromium_org/content/renderer/pepper/
pepper_proxy_channel_delegate_impl.h 14 : public ppapi::proxy::ProxyChannel::Delegate {
18 // ProxyChannel::Delegate implementation.
host_dispatcher_wrapper.h 71 scoped_ptr<ppapi::proxy::ProxyChannel::Delegate> dispatcher_delegate_;
pepper_broker.h 43 scoped_ptr<ppapi::proxy::ProxyChannel::Delegate> dispatcher_delegate_;
  /external/chromium_org/content/ppapi_plugin/
ppapi_thread.cc 460 ppapi::proxy::ProxyChannel* dispatcher = NULL;

Completed in 158 milliseconds