Searched refs:AsyncSocksProxyServerSocket (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dproxyserver.h89 return new AsyncSocksProxyServerSocket(socket);
H A Dsocketadapters.h189 class AsyncSocksProxyServerSocket : public AsyncProxyServerSocket { class in namespace:rtc
191 explicit AsyncSocksProxyServerSocket(AsyncSocket* socket);
211 DISALLOW_EVIL_CONSTRUCTORS(AsyncSocksProxyServerSocket);
H A Dsocketadapters.cc694 AsyncSocksProxyServerSocket::AsyncSocksProxyServerSocket(AsyncSocket* socket)
699 void AsyncSocksProxyServerSocket::ProcessInput(char* data, size_t* len) {
717 void AsyncSocksProxyServerSocket::DirectSend(const ByteBuffer& buf) {
721 void AsyncSocksProxyServerSocket::HandleHello(ByteBuffer* request) {
752 void AsyncSocksProxyServerSocket::SendHelloReply(uint8 method) {
759 void AsyncSocksProxyServerSocket::HandleAuth(ByteBuffer* request) {
776 void AsyncSocksProxyServerSocket::SendAuthReply(uint8 result) {
783 void AsyncSocksProxyServerSocket::HandleConnect(ByteBuffer* request) {
807 void AsyncSocksProxyServerSocket
[all...]

Completed in 334 milliseconds