Searched refs:ChannelFactory (Results 1 – 14 of 14) sorted by relevance
/external/chromium_org/ipc/ |
D | ipc_channel_factory.cc | 11 class PlatformChannelFactory : public ChannelFactory { 37 scoped_ptr<ChannelFactory> ChannelFactory::Create( in Create() 39 return scoped_ptr<ChannelFactory>(new PlatformChannelFactory(handle, mode)); in Create()
|
D | ipc_channel_factory.h | 19 class IPC_EXPORT ChannelFactory { 23 static scoped_ptr<ChannelFactory> Create( 26 virtual ~ChannelFactory() { } in ~ChannelFactory()
|
D | ipc_channel_proxy.h | 25 class ChannelFactory; variable 75 scoped_ptr<ChannelFactory> factory, 87 void Init(scoped_ptr<ChannelFactory> factory, bool create_pipe_now); 183 void CreateChannel(scoped_ptr<ChannelFactory> factory);
|
D | ipc_channel_proxy.cc | 53 void ChannelProxy::Context::CreateChannel(scoped_ptr<ChannelFactory> factory) { in CreateChannel() 321 scoped_ptr<ChannelFactory> factory, in Create() 358 Init(ChannelFactory::Create(channel_handle, mode), in Init() 362 void ChannelProxy::Init(scoped_ptr<ChannelFactory> factory, in Init()
|
D | ipc_sync_channel.h | 26 class ChannelFactory; variable 80 scoped_ptr<ChannelFactory> factory,
|
D | ipc_test_base.cc | 161 scoped_ptr<IPC::ChannelFactory> IPCTestBase::CreateChannelFactory( in CreateChannelFactory() 164 return IPC::ChannelFactory::Create(handle, IPC::Channel::MODE_SERVER); in CreateChannelFactory()
|
D | ipc_test_base.h | 106 virtual scoped_ptr<IPC::ChannelFactory> CreateChannelFactory(
|
D | ipc_sync_channel.cc | 424 scoped_ptr<ChannelFactory> factory, in Create()
|
/external/chromium_org/ipc/mojo/ |
D | ipc_channel_mojo.cc | 23 class MojoChannelFactory : public ChannelFactory { 66 scoped_ptr<ChannelFactory> ChannelMojo::CreateServerFactory( in CreateServerFactory() 71 .PassAs<ChannelFactory>(); in CreateServerFactory() 75 scoped_ptr<ChannelFactory> ChannelMojo::CreateClientFactory( in CreateClientFactory() 79 .PassAs<ChannelFactory>(); in CreateClientFactory()
|
D | ipc_channel_mojo.h | 80 static scoped_ptr<ChannelFactory> CreateServerFactory( 84 static scoped_ptr<ChannelFactory> CreateClientFactory(
|
D | ipc_mojo_perftest.cc | 32 virtual scoped_ptr<IPC::ChannelFactory> CreateChannelFactory( in CreateChannelFactory()
|
D | ipc_channel_mojo_unittest.cc | 82 virtual scoped_ptr<IPC::ChannelFactory> CreateChannelFactory( in CreateChannelFactory() 190 virtual scoped_ptr<IPC::ChannelFactory> CreateChannelFactory( in CreateChannelFactory()
|
/external/chromium_org/content/child/npapi/ |
D | np_channel_base.h | 120 typedef NPChannelBase* (*ChannelFactory)(); 133 ChannelFactory factory, base::MessageLoopProxy* ipc_message_loop,
|
D | np_channel_base.cc | 66 ChannelFactory factory, base::MessageLoopProxy* ipc_message_loop, in GetChannel()
|