Searched defs:TestSink (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ipc/
H A Dipc_test_sink.h73 class TestSink : public Channel { class in namespace:IPC
75 TestSink();
76 virtual ~TestSink();
109 // Adds the given listener as a filter to the TestSink.
110 // When a message is received by the TestSink, it will be dispatched to
113 // and the TestSink will not store it.
116 // Removes the given filter from the TestSink.
124 DISALLOW_COPY_AND_ASSIGN(TestSink);
H A Dipc_test_sink.cc12 TestSink::TestSink() { function in class:IPC::TestSink
15 TestSink::~TestSink() {
18 bool TestSink::Send(Message* message) {
24 bool TestSink::OnMessageReceived(const Message& msg) {
37 void TestSink::ClearMessages() {
41 const Message* TestSink::GetMessageAt(size_t index) const {
47 const Message* TestSink::GetFirstMessageMatching(uint32 id) const {
55 const Message* TestSink
[all...]

Completed in 237 milliseconds