Home
last modified time | relevance | path

Searched refs:OnDispatchBadMessage (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/ipc/
Dipc_channel_proxy.cc89 FROM_HERE, base::Bind(&Context::OnDispatchBadMessage, this, message)); in TryFilters()
352 void ChannelProxy::Context::OnDispatchBadMessage(const Message& message) { in OnDispatchBadMessage() function in IPC::ChannelProxy::Context
Dipc_channel_proxy.h321 void OnDispatchBadMessage(const Message& message); in COMPONENT_EXPORT()