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 471 void HttpProxyClientSocketPool::FlushWithError(int error) {
472 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 180 FlushWithError(ERR_ABORTED);
919 FlushWithError(ERR_NETWORK_CHANGED);
922 void ClientSocketPoolBaseHelper::FlushWithError(int error) {
    [all...]
client_socket_pool_base.h 253 // See ClientSocketPool::FlushWithError for documentation on this function.
254 void FlushWithError(int error);
629 // FlushWithError() the pool. This is so that when sockets get released back
772 void FlushWithError(int error) { helper_.FlushWithError(error); }
    [all...]

Completed in 107 milliseconds