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 104 it->second->FlushWithError(error);
110 it->second->FlushWithError(error);
116 it->second->FlushWithError(error);
122 it->second->FlushWithError(error);
128 it->second->FlushWithError(error);
134 it->second->FlushWithError(error);
140 it->second->FlushWithError(error);
142 ssl_socket_pool_->FlushWithError(error);
143 transport_socket_pool_->FlushWithError(error);
client_socket_pool.h 146 virtual void FlushWithError(int error) = 0;
socks_client_socket_pool.cc 247 void SOCKSClientSocketPool::FlushWithError(int error) {
248 base_.FlushWithError(error);
socks_client_socket_pool.h 142 virtual void FlushWithError(int error) OVERRIDE;
transport_client_socket_pool.h 170 virtual void FlushWithError(int error) OVERRIDE;
client_socket_pool_base.h 254 // See ClientSocketPool::FlushWithError for documentation on this function.
255 void FlushWithError(int error);
635 // FlushWithError() the pool. This is so that when sockets get released back
778 void FlushWithError(int error) { helper_.FlushWithError(error); }
    [all...]
ssl_client_socket_pool.cc 606 void SSLClientSocketPool::FlushWithError(int error) {
607 base_.FlushWithError(error);
683 FlushWithError(ERR_NETWORK_CHANGED);
transport_client_socket_pool.cc 486 void TransportClientSocketPool::FlushWithError(int error) {
487 base_.FlushWithError(error);
ssl_client_socket_pool.h 224 virtual void FlushWithError(int error) OVERRIDE;
client_socket_pool_base.cc 179 FlushWithError(ERR_ABORTED);
929 FlushWithError(ERR_NETWORK_CHANGED);
932 void ClientSocketPoolBaseHelper::FlushWithError(int error) {
    [all...]
client_socket_pool_base_unittest.cc 543 virtual void FlushWithError(int error) OVERRIDE {
544 base_.FlushWithError(error);
    [all...]
transport_client_socket_pool_unittest.cc     [all...]
  /external/chromium_org/net/http/
http_proxy_client_socket_pool.cc 478 void HttpProxyClientSocketPool::FlushWithError(int error) {
479 base_.FlushWithError(error);
http_proxy_client_socket_pool.h 213 virtual void FlushWithError(int error) OVERRIDE;

Completed in 153 milliseconds