HomeSort by relevance Sort by last modified time
    Searched refs:ChannelMojo (Results 1 - 11 of 11) 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_readers.h 23 class ChannelMojo;
31 MessageReader(mojo::ScopedMessagePipeHandle pipe, ChannelMojo* owner);
41 ChannelMojo* owner_;
50 ControlReader(mojo::ScopedMessagePipeHandle pipe, ChannelMojo* owner);
59 ChannelMojo* owner_;
64 // ControlReader for server-side ChannelMojo.
67 ServerControlReader(mojo::ScopedMessagePipeHandle pipe, ChannelMojo* owner);
85 // ControlReader for client-side ChannelMojo.
88 ClientControlReader(mojo::ScopedMessagePipeHandle pipe, ChannelMojo* owner);
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...]
ipc_channel_mojo_host.cc 13 // The delete class lives on the IO thread to talk to ChannelMojo on
17 class ChannelMojoHost::ChannelDelegate : public ChannelMojo::Delegate {
22 // ChannelMojo::Delegate
24 virtual void OnChannelCreated(base::WeakPtr<ChannelMojo> channel) OVERRIDE;
35 base::WeakPtr<ChannelMojo> channel_;
48 base::WeakPtr<ChannelMojo::Delegate>
59 base::WeakPtr<ChannelMojo> channel) {
106 ChannelMojo::Delegate* ChannelMojoHost::channel_delegate() const {
ipc_channel_mojo_host.h 20 // Through ChannelMojoHost, ChannelMojo gets extra information that
22 // server process that uses ChannelMojo must have a ChannelMojoHost
30 ChannelMojo::Delegate* channel_delegate() const;
35 // Delegate talks to ChannelMojo, whch lives in IO thread, thus
ipc_mojo_perftest.cc 36 return IPC::ChannelMojo::CreateServerFactory(host_->channel_delegate(),
87 IPC::ChannelMojo::Create(NULL,
ipc_channel_mojo_readers.cc 96 ChannelMojo* owner)
108 ChannelMojo::WriteToFileDescriptorSet(handle_buffer, &message);
141 ChannelMojo::ReadFromFileDescriptorSet(message.get(), &handles);
167 ChannelMojo* owner)
191 ChannelMojo* owner)
265 ChannelMojo* owner)
ipc_channel_mojo_unittest.cc 63 channel_ = IPC::ChannelMojo::Create(NULL,
73 IPC::ChannelMojo* channel() const { return channel_.get(); }
77 scoped_ptr<IPC::ChannelMojo> channel_;
86 return IPC::ChannelMojo::CreateServerFactory(host_->channel_delegate(),
194 return IPC::ChannelMojo::CreateServerFactory(host_->channel_delegate(),
  /external/chromium_org/ipc/
ipc_message.h 222 friend class ChannelMojo;
  /external/chromium_org/content/child/
child_thread.cc 232 IPC::ChannelMojo::CreateClientFactory(channel_name_),
  /external/chromium_org/content/browser/renderer_host/
render_process_host_impl.cc 679 IPC::ChannelMojo::CreateServerFactory(
    [all...]

Completed in 116 milliseconds