Home
last modified time | relevance | path

Searched refs:FlushWithError (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/net/socket/
Dclient_socket_pool_manager_impl.cc119 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()
Dsocks_client_socket_pool.cc247 void SOCKSClientSocketPool::FlushWithError(int error) { in FlushWithError() function in net::SOCKSClientSocketPool
248 base_.FlushWithError(error); in FlushWithError()
Dwebsocket_transport_client_socket_pool_unittest.cc981 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()
Dclient_socket_pool.h146 virtual void FlushWithError(int error) = 0;
Dclient_socket_pool_base.h255 void FlushWithError(int error);
778 void FlushWithError(int error) { helper_.FlushWithError(error); } in FlushWithError() function
Dsocks_client_socket_pool.h142 virtual void FlushWithError(int error) OVERRIDE;
Dtransport_client_socket_pool.cc517 void TransportClientSocketPool::FlushWithError(int error) { in FlushWithError() function in net::TransportClientSocketPool
518 base_.FlushWithError(error); in FlushWithError()
Dssl_client_socket_pool.cc745 void SSLClientSocketPool::FlushWithError(int error) { in FlushWithError() function in net::SSLClientSocketPool
746 base_.FlushWithError(error); in FlushWithError()
848 FlushWithError(ERR_NETWORK_CHANGED); in OnSSLConfigChanged()
Dwebsocket_transport_client_socket_pool.h151 virtual void FlushWithError(int error) OVERRIDE;
Dwebsocket_transport_client_socket_pool.cc253 FlushWithError(ERR_ABORTED); in ~WebSocketTransportClientSocketPool()
389 void WebSocketTransportClientSocketPool::FlushWithError(int error) { in FlushWithError() function in net::WebSocketTransportClientSocketPool
Dssl_client_socket_pool.h319 virtual void FlushWithError(int error) OVERRIDE;
Dtransport_client_socket_pool.h244 virtual void FlushWithError(int error) OVERRIDE;
Dclient_socket_pool_base.cc179 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
Dclient_socket_pool_base_unittest.cc543 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()
Dtransport_client_socket_pool_unittest.cc685 pool_.FlushWithError(ERR_NETWORK_CHANGED); in TEST_F()
/external/chromium_org/net/http/
Dhttp_proxy_client_socket_pool.cc488 void HttpProxyClientSocketPool::FlushWithError(int error) { in FlushWithError() function in net::HttpProxyClientSocketPool
489 base_.FlushWithError(error); in FlushWithError()
Dhttp_proxy_client_socket_pool.h222 virtual void FlushWithError(int error) OVERRIDE;