Searched defs:ChannelMojoHost (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ipc/mojo/
H A Dipc_channel_mojo_host.h20 // Through ChannelMojoHost, ChannelMojo gets extra information that
22 // server process that uses ChannelMojo must have a ChannelMojoHost
24 class IPC_MOJO_EXPORT ChannelMojoHost { class in namespace:IPC
26 explicit ChannelMojoHost(scoped_refptr<base::TaskRunner> io_task_runner);
27 ~ChannelMojoHost();
42 base::WeakPtrFactory<ChannelMojoHost> weak_factory_;
46 DISALLOW_COPY_AND_ASSIGN(ChannelMojoHost);
H A Dipc_channel_mojo_host.cc14 // behalf of ChannelMojoHost.
17 class ChannelMojoHost::ChannelDelegate : public ChannelMojo::Delegate {
40 ChannelMojoHost::ChannelDelegate::ChannelDelegate(
45 ChannelMojoHost::ChannelDelegate::~ChannelDelegate() {
49 ChannelMojoHost::ChannelDelegate::ToWeakPtr() {
53 base::WeakPtr<ChannelMojoHost::ChannelDelegate>
54 ChannelMojoHost::ChannelDelegate::GetWeakPtr() {
58 void ChannelMojoHost::ChannelDelegate::OnChannelCreated(
65 ChannelMojoHost::ChannelDelegate::GetIOTaskRunner() {
69 void ChannelMojoHost
86 ChannelMojoHost::ChannelMojoHost(scoped_refptr<base::TaskRunner> io_task_runner) function in class:IPC::ChannelMojoHost
[all...]

Completed in 74 milliseconds