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

  /external/chromium_org/net/socket/
client_socket_pool_manager_impl.cc 101 it->second->FlushWithError(error);
107 it->second->FlushWithError(error);
113 it->second->FlushWithError(error);
119 it->second->FlushWithError(error);
125 it->second->FlushWithError(error);
131 it->second->FlushWithError(error);
137 it->second->FlushWithError(error);
139 ssl_socket_pool_->FlushWithError(error);
140 transport_socket_pool_->FlushWithError(error);
client_socket_pool.h 122 virtual void FlushWithError(int error) = 0;
socks_client_socket_pool.cc 245 void SOCKSClientSocketPool::FlushWithError(int error) {
246 base_.FlushWithError(error);
socks_client_socket_pool.h 140 virtual void FlushWithError(int error) OVERRIDE;
transport_client_socket_pool.h 161 virtual void FlushWithError(int error) OVERRIDE;
client_socket_pool_base.h 235 // See ClientSocketPool::FlushWithError for documentation on this function.
236 void FlushWithError(int error);
587 // FlushWithError() the pool. This is so that when sockets get released back
710 void FlushWithError(int error) { helper_.FlushWithError(error); }
ssl_client_socket_pool.cc 579 void SSLClientSocketPool::FlushWithError(int error) {
580 base_.FlushWithError(error);
652 FlushWithError(ERR_NETWORK_CHANGED);
transport_client_socket_pool.cc 427 void TransportClientSocketPool::FlushWithError(int error) {
428 base_.FlushWithError(error);
ssl_client_socket_pool.h 210 virtual void FlushWithError(int error) OVERRIDE;
client_socket_pool_base.cc 191 FlushWithError(ERR_ABORTED);
910 FlushWithError(ERR_NETWORK_CHANGED);
913 void ClientSocketPoolBaseHelper::FlushWithError(int error) {
    [all...]
client_socket_pool_base_unittest.cc 517 virtual void FlushWithError(int error) OVERRIDE {
518 base_.FlushWithError(error);
    [all...]
transport_client_socket_pool_unittest.cc     [all...]
  /external/chromium_org/net/http/
http_proxy_client_socket_pool.cc 469 void HttpProxyClientSocketPool::FlushWithError(int error) {
470 base_.FlushWithError(error);
http_proxy_client_socket_pool.h 210 virtual void FlushWithError(int error) OVERRIDE;

Completed in 229 milliseconds