HomeSort by relevance Sort by last modified time
    Searched defs:ChannelMojoHost (Results 1 - 2 of 2) 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...]

Completed in 826 milliseconds