Home | History | Annotate | Download | only in ipc

Lines Matching refs:ChannelMojo

36 // ChannelMojo builds a Mojo MessagePipe using the provided message pipe
43 class COMPONENT_EXPORT(IPC) ChannelMojo
48 // Creates a ChannelMojo.
49 static std::unique_ptr<ChannelMojo> Create(
56 // Create a factory object for ChannelMojo.
69 ~ChannelMojo() override;
80 // These access protected API of IPC::Message, which has ChannelMojo
99 ChannelMojo(
121 base::WeakPtr<ChannelMojo> weak_ptr_;
123 // A TaskRunner which runs tasks on the ChannelMojo's owning thread.
136 base::WeakPtrFactory<ChannelMojo> weak_factory_;
138 DISALLOW_COPY_AND_ASSIGN(ChannelMojo);