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

  /external/chromium/net/socket/
ssl_server_socket_unittest.cc 9 // Connects SSL socket to FakeDataChannel. This class is just a stub.
11 // 2. FakeDataChannel
46 class FakeDataChannel {
48 FakeDataChannel() : read_callback_(NULL), read_buf_len_(0) {
99 DISALLOW_COPY_AND_ASSIGN(FakeDataChannel);
104 FakeSocket(FakeDataChannel* incoming_channel,
105 FakeDataChannel* outgoing_channel)
175 FakeDataChannel* incoming_;
176 FakeDataChannel* outgoing_;
186 FakeDataChannel channel_1
    [all...]
  /external/chromium_org/net/socket/
ssl_server_socket_unittest.cc 9 // Connects SSL socket to FakeDataChannel. This class is just a stub.
11 // 2. FakeDataChannel
55 class FakeDataChannel {
57 FakeDataChannel()
83 FROM_HERE, base::Bind(&FakeDataChannel::DoWriteCallback,
89 FROM_HERE, base::Bind(&FakeDataChannel::DoReadCallback,
94 // Closes the FakeDataChannel. After Close() is called, Read() returns 0,
96 // after the FakeDataChannel is closed, the first Write() call completes
143 base::WeakPtrFactory<FakeDataChannel> weak_factory_;
148 // Controls the completion of Write() after the FakeDataChannel is closed
    [all...]

Completed in 454 milliseconds