Home
last modified time | relevance | path

Searched refs:CreateClientFactory (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/ipc/mojo/
Dipc_channel_mojo.h84 static scoped_ptr<ChannelFactory> CreateClientFactory(
Dipc_channel_mojo.cc75 scoped_ptr<ChannelFactory> ChannelMojo::CreateClientFactory( in CreateClientFactory() function in IPC::ChannelMojo
/external/chromium_org/content/child/
Dchild_thread.cc232 IPC::ChannelMojo::CreateClientFactory(channel_name_), in CreateChannel()