HomeSort by relevance Sort by last modified time
    Searched defs:TestSink (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ipc/
ipc_test_sink.h 73 class TestSink : public Channel {
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);
ipc_test_sink.cc 12 TestSink::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::OnMessageReceived(const Message& msg)
    [all...]

Completed in 49 milliseconds