Home
last modified time | relevance | path

Searched refs:OnChannelClosed (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/ipc/
Dipc_channel_proxy.cc189 void ChannelProxy::Context::OnChannelClosed() { in OnChannelClosed() function in IPC::ChannelProxy::Context
225 OnChannelClosed(); in OnSendMessage()
510 FROM_HERE, base::Bind(&Context::OnChannelClosed, context_)); in Close()
Dipc_sync_channel.h200 void OnChannelClosed() override; in COMPONENT_EXPORT()
Dipc_sync_channel.cc506 void SyncChannel::SyncContext::OnChannelClosed() { in OnChannelClosed() function in IPC::SyncChannel::SyncContext
509 Context::OnChannelClosed(); in OnChannelClosed()
Dipc_channel_proxy.h298 virtual void OnChannelClosed(); in COMPONENT_EXPORT()