HomeSort by relevance Sort by last modified time
    Searched refs:ChannelMojoHost (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/ipc/mojo/
ipc_channel_mojo_host.h 20 // Through ChannelMojoHost, ChannelMojo gets extra information that
22 // server process that uses ChannelMojo must have a ChannelMojoHost
24 class IPC_MOJO_EXPORT ChannelMojoHost {
26 explicit ChannelMojoHost(scoped_refptr<base::TaskRunner> io_task_runner);
27 ~ChannelMojoHost();
42 base::WeakPtrFactory<ChannelMojoHost> weak_factory_;
46 DISALLOW_COPY_AND_ASSIGN(ChannelMojoHost);
ipc_channel_mojo_host.cc 14 // 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::ChannelDelegate::OnClientLaunched
    [all...]
ipc_mojo_perftest.cc 35 host_.reset(new IPC::ChannelMojoHost(task_runner()));
53 scoped_ptr<IPC::ChannelMojoHost> host_;
ipc_channel_mojo_unittest.cc 85 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/
render_process_host_impl.h 38 class ChannelMojoHost;
269 scoped_ptr<IPC::ChannelMojoHost> channel_mojo_host_;