Searched refs:DidRecvMsg (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ipc/
H A Dipc_channel_nacl.h50 void DidRecvMsg(scoped_ptr<MessageContents> contents);
95 // DidRecvMsg breaks the MessageContents out in to the data and the file
H A Dipc_channel_nacl.cc162 base::Bind(&ChannelNacl::DidRecvMsg,
215 void ChannelNacl::DidRecvMsg(scoped_ptr<MessageContents> contents) { function in class:IPC::ChannelNacl

Completed in 36 milliseconds