HomeSort by relevance Sort by last modified time
    Searched defs:ChannelMojo (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ipc/mojo/
ipc_channel_mojo.cc 25 MojoChannelFactory(ChannelMojo::Delegate* delegate,
35 return ChannelMojo::Create(delegate_, channel_handle_, mode_, listener)
40 ChannelMojo::Delegate* delegate_;
49 void ChannelMojo::ChannelInfoDeleter::operator()(
57 scoped_ptr<ChannelMojo> ChannelMojo::Create(ChannelMojo::Delegate* delegate,
62 new ChannelMojo(delegate, channel_handle, mode, listener));
66 scoped_ptr<ChannelFactory> ChannelMojo::CreateServerFactory(
67 ChannelMojo::Delegate* delegate
    [all...]
ipc_channel_mojo.h 37 // ChannelMojo builds Mojo MessagePipe using underlying pipe given by
40 // the underlying connection. ChannelMojo takes its handle over once
43 // ChannelMojo has a couple of MessagePipes:
54 // separate class to clarify what ChannelMojo relies
59 class IPC_MOJO_EXPORT ChannelMojo : public Channel,
67 virtual void OnChannelCreated(base::WeakPtr<ChannelMojo> channel) = 0;
70 // Create ChannelMojo. A bootstrap channel is created as well.
72 static scoped_ptr<ChannelMojo> Create(Delegate* delegate,
77 // Create a factory object for ChannelMojo.
87 virtual ~ChannelMojo();
    [all...]

Completed in 47 milliseconds