Searched refs:FakeDataChannel (Results 1 - 2 of 2) sorted by relevance

/external/chromium/net/socket/
H A Dssl_server_socket_unittest.cc9 // Connects SSL socket to FakeDataChannel. This class is just a stub.
11 // 2. FakeDataChannel
46 class FakeDataChannel { class in namespace:net::__anon3213
48 FakeDataChannel() : read_callback_(NULL), read_buf_len_(0) { function in class:net::__anon3213::FakeDataChannel
99 DISALLOW_COPY_AND_ASSIGN(FakeDataChannel);
104 FakeSocket(FakeDataChannel* incoming_channel,
105 FakeDataChannel* outgoing_channel)
175 FakeDataChannel* incoming_;
176 FakeDataChannel* outgoing_;
186 FakeDataChannel channel_
[all...]
/external/chromium_org/net/socket/
H A Dssl_server_socket_unittest.cc9 // Connects SSL socket to FakeDataChannel. This class is just a stub.
11 // 2. FakeDataChannel
55 class FakeDataChannel { class in namespace:net::__anon8979
57 FakeDataChannel() function in class:net::__anon8979::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 i
[all...]

Completed in 90 milliseconds