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

  /external/chromium_org/net/http/
http_proxy_client_socket_pool.cc 469 void HttpProxyClientSocketPool::FlushWithError(int error) {
470 base_.FlushWithError(error);
  /external/chromium_org/net/socket/
socks_client_socket_pool.cc 245 void SOCKSClientSocketPool::FlushWithError(int error) {
246 base_.FlushWithError(error);
transport_client_socket_pool.cc 427 void TransportClientSocketPool::FlushWithError(int error) {
428 base_.FlushWithError(error);
ssl_client_socket_pool.cc 579 void SSLClientSocketPool::FlushWithError(int error) {
580 base_.FlushWithError(error);
652 FlushWithError(ERR_NETWORK_CHANGED);
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.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); }

Completed in 134 milliseconds