Searched defs:OnPipeError (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ipc/mojo/
H A Dipc_channel_mojo.cc182 void ChannelMojo::OnPipeError(internal::MessagePipeReader* reader) { function in class:IPC::ChannelMojo
H A Dipc_channel_mojo_readers.cc128 void MessageReader::OnPipeError(MojoResult error) { function in class:IPC::internal::MessageReader
131 owner_->OnPipeError(this);
178 void ControlReader::OnPipeError(MojoResult error) { function in class:IPC::internal::ControlReader
181 owner_->OnPipeError(this);

Completed in 201 milliseconds