/external/chromium_org/net/socket/ |
D | client_socket_pool_manager_impl.cc | 119 it->second->FlushWithError(error); in FlushSocketPoolsWithError() 125 it->second->FlushWithError(error); in FlushSocketPoolsWithError() 131 it->second->FlushWithError(error); in FlushSocketPoolsWithError() 137 it->second->FlushWithError(error); in FlushSocketPoolsWithError() 143 it->second->FlushWithError(error); in FlushSocketPoolsWithError() 149 it->second->FlushWithError(error); in FlushSocketPoolsWithError() 155 it->second->FlushWithError(error); in FlushSocketPoolsWithError() 157 ssl_socket_pool_->FlushWithError(error); in FlushSocketPoolsWithError() 158 transport_socket_pool_->FlushWithError(error); in FlushSocketPoolsWithError()
|
D | socks_client_socket_pool.cc | 247 void SOCKSClientSocketPool::FlushWithError(int error) { in FlushWithError() function in net::SOCKSClientSocketPool 248 base_.FlushWithError(error); in FlushWithError()
|
D | websocket_transport_client_socket_pool_unittest.cc | 981 pool_.FlushWithError(ERR_FAILED); in TEST_F() 990 pool_.FlushWithError(ERR_FAILED); in TEST_F() 999 pool_.FlushWithError(ERR_FAILED); in TEST_F() 1025 pool_.FlushWithError(ERR_FAILED); in TEST_F() 1067 pool_.FlushWithError(ERR_FAILED); in TEST_F() 1089 pool_.FlushWithError(ERR_FAILED); in TEST_F()
|
D | client_socket_pool.h | 146 virtual void FlushWithError(int error) = 0;
|
D | client_socket_pool_base.h | 255 void FlushWithError(int error); 778 void FlushWithError(int error) { helper_.FlushWithError(error); } in FlushWithError() function
|
D | socks_client_socket_pool.h | 142 virtual void FlushWithError(int error) OVERRIDE;
|
D | transport_client_socket_pool.cc | 517 void TransportClientSocketPool::FlushWithError(int error) { in FlushWithError() function in net::TransportClientSocketPool 518 base_.FlushWithError(error); in FlushWithError()
|
D | ssl_client_socket_pool.cc | 745 void SSLClientSocketPool::FlushWithError(int error) { in FlushWithError() function in net::SSLClientSocketPool 746 base_.FlushWithError(error); in FlushWithError() 848 FlushWithError(ERR_NETWORK_CHANGED); in OnSSLConfigChanged()
|
D | websocket_transport_client_socket_pool.h | 151 virtual void FlushWithError(int error) OVERRIDE;
|
D | websocket_transport_client_socket_pool.cc | 253 FlushWithError(ERR_ABORTED); in ~WebSocketTransportClientSocketPool() 389 void WebSocketTransportClientSocketPool::FlushWithError(int error) { in FlushWithError() function in net::WebSocketTransportClientSocketPool
|
D | ssl_client_socket_pool.h | 319 virtual void FlushWithError(int error) OVERRIDE;
|
D | transport_client_socket_pool.h | 244 virtual void FlushWithError(int error) OVERRIDE;
|
D | client_socket_pool_base.cc | 179 FlushWithError(ERR_ABORTED); in ~ClientSocketPoolBaseHelper() 929 FlushWithError(ERR_NETWORK_CHANGED); in OnIPAddressChanged() 932 void ClientSocketPoolBaseHelper::FlushWithError(int error) { in FlushWithError() function in net::internal::ClientSocketPoolBaseHelper
|
D | client_socket_pool_base_unittest.cc | 543 virtual void FlushWithError(int error) OVERRIDE { in FlushWithError() function in net::__anon4f8a475d0111::TestClientSocketPool 544 base_.FlushWithError(error); in FlushWithError() 2670 pool_->FlushWithError(ERR_NETWORK_CHANGED); in TEST_F() 2691 pool_->FlushWithError(ERR_NETWORK_CHANGED); in TEST_F() 2767 pool_->FlushWithError(ERR_NETWORK_CHANGED); in TEST_F()
|
D | transport_client_socket_pool_unittest.cc | 685 pool_.FlushWithError(ERR_NETWORK_CHANGED); in TEST_F()
|
/external/chromium_org/net/http/ |
D | http_proxy_client_socket_pool.cc | 488 void HttpProxyClientSocketPool::FlushWithError(int error) { in FlushWithError() function in net::HttpProxyClientSocketPool 489 base_.FlushWithError(error); in FlushWithError()
|
D | http_proxy_client_socket_pool.h | 222 virtual void FlushWithError(int error) OVERRIDE;
|