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();
118 // Adds the given listener as a filter to the TestSink.
119 // When a message is received by the TestSink, it will be dispatched to
122 // and the TestSink will not store it.
125 // Removes the given filter from the TestSink.
133 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::Connect() {
29 void TestSink::Close() {
33 base::ProcessId TestSink::GetPeerPID() const {
38 base::ProcessId TestSink::GetSelfPID() const {
43 bool TestSink
[all...]

Completed in 2528 milliseconds