Searched refs:ChannelMojoHost (Results 1 - 6 of 6) 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...]
H A Dipc_mojo_perftest.cc35 host_.reset(new IPC::ChannelMojoHost(task_runner()));
53 scoped_ptr<IPC::ChannelMojoHost> host_;
H A Dipc_channel_mojo_unittest.cc85 host_.reset(new IPC::ChannelMojoHost(task_runner()));
98 scoped_ptr<IPC::ChannelMojoHost> host_;
193 host_.reset(new IPC::ChannelMojoHost(task_runner()));
206 scoped_ptr<IPC::ChannelMojoHost> host_;
/external/chromium_org/content/browser/renderer_host/
H A Drender_process_host_impl.h38 class ChannelMojoHost;
269 scoped_ptr<IPC::ChannelMojoHost> channel_mojo_host_;
H A Drender_process_host_impl.cc674 channel_mojo_host_.reset(new IPC::ChannelMojoHost(

Completed in 195 milliseconds