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 478 void HttpProxyClientSocketPool::FlushWithError(int error) {
479 base_.FlushWithError(error);
  /external/chromium_org/net/socket/
socks_client_socket_pool.cc 247 void SOCKSClientSocketPool::FlushWithError(int error) {
248 base_.FlushWithError(error);
transport_client_socket_pool.cc 486 void TransportClientSocketPool::FlushWithError(int error) {
487 base_.FlushWithError(error);
ssl_client_socket_pool.cc 606 void SSLClientSocketPool::FlushWithError(int error) {
607 base_.FlushWithError(error);
683 FlushWithError(ERR_NETWORK_CHANGED);
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.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...]

Completed in 333 milliseconds