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

  /external/chromium_org/net/socket/
client_socket_pool_manager_impl.cc 119 it->second->FlushWithError(error);
125 it->second->FlushWithError(error);
131 it->second->FlushWithError(error);
137 it->second->FlushWithError(error);
143 it->second->FlushWithError(error);
149 it->second->FlushWithError(error);
155 it->second->FlushWithError(error);
157 ssl_socket_pool_->FlushWithError(error);
158 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;
websocket_transport_client_socket_pool_unittest.cc     [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...]
transport_client_socket_pool.cc 517 void TransportClientSocketPool::FlushWithError(int error) {
518 base_.FlushWithError(error);
ssl_client_socket_pool.h 319 virtual void FlushWithError(int error) OVERRIDE;
transport_client_socket_pool.h 244 virtual void FlushWithError(int error) OVERRIDE;
websocket_transport_client_socket_pool.h 151 virtual void FlushWithError(int error) OVERRIDE;
websocket_transport_client_socket_pool.cc 253 FlushWithError(ERR_ABORTED);
389 void WebSocketTransportClientSocketPool::FlushWithError(int error) {
474 // See comment in FlushWithError.
ssl_client_socket_pool.cc 745 void SSLClientSocketPool::FlushWithError(int error) {
746 base_.FlushWithError(error);
848 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_unittest.cc 543 virtual void FlushWithError(int error) OVERRIDE {
544 base_.FlushWithError(error);
    [all...]
transport_client_socket_pool_unittest.cc 685 pool_.FlushWithError(ERR_NETWORK_CHANGED);
    [all...]
  /external/chromium_org/net/http/
http_proxy_client_socket_pool.cc 488 void HttpProxyClientSocketPool::FlushWithError(int error) {
489 base_.FlushWithError(error);
http_proxy_client_socket_pool.h 222 virtual void FlushWithError(int error) OVERRIDE;

Completed in 105 milliseconds