Searched refs:ShouldDispatchInputMessage (Results 1 – 4 of 4) sorted by relevance
65 bool ShouldDispatchInputMessage(Message* msg) override;
99 virtual bool ShouldDispatchInputMessage(Message* msg) = 0; in COMPONENT_EXPORT()
39 bool ShouldDispatchInputMessage(Message* msg) override { return true; } in ShouldDispatchInputMessage() function in IPC::internal::__anon346202c20111::MockChannelReader
358 bool ChannelNacl::ShouldDispatchInputMessage(Message* msg) { in ShouldDispatchInputMessage() function in IPC::ChannelNacl