Searched refs:InitWithChannel (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/ppapi/proxy/ |
D | broker_dispatcher.cc | 27 return ProxyChannel::InitWithChannel(delegate, peer_pid, channel_handle, in InitBrokerWithChannel()
|
D | proxy_channel.h | 93 virtual bool InitWithChannel(Delegate* delegate,
|
D | proxy_channel.cc | 28 bool ProxyChannel::InitWithChannel(Delegate* delegate, in InitWithChannel() function in ppapi::proxy::ProxyChannel
|
D | host_dispatcher.cc | 94 if (!Dispatcher::InitWithChannel(delegate, peer_pid, channel_handle, in InitHostWithChannel()
|
D | plugin_dispatcher.cc | 164 if (!Dispatcher::InitWithChannel(delegate, peer_pid, channel_handle, in InitPluginWithChannel()
|
D | plugin_main_nacl.cc | 113 InitWithChannel(this, base::kNullProcessId, channel_handle, in PpapiDispatcher()
|