Home
last modified time | relevance | path

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

/external/libchrome/ipc/
Dipc_channel_nacl.h65 bool ShouldDispatchInputMessage(Message* msg) override;
Dipc_channel_reader.h99 virtual bool ShouldDispatchInputMessage(Message* msg) = 0; in COMPONENT_EXPORT()
Dipc_channel_reader_unittest.cc39 bool ShouldDispatchInputMessage(Message* msg) override { return true; } in ShouldDispatchInputMessage() function in IPC::internal::__anon346202c20111::MockChannelReader
Dipc_channel_nacl.cc358 bool ChannelNacl::ShouldDispatchInputMessage(Message* msg) { in ShouldDispatchInputMessage() function in IPC::ChannelNacl