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

  /external/chromium/net/socket_stream/
socket_stream_job.cc 65 void SocketStreamJob::RestartWithAuth(const string16& username,
67 socket_->RestartWithAuth(username, password);
socket_stream.cc 202 void SocketStream::RestartWithAuth(
760 // Wait until RestartWithAuth or Close is called.
    [all...]
  /external/chromium/net/http/
http_proxy_client_socket.cc 65 int HttpProxyClientSocket::RestartWithAuth(CompletionCallback* callback) {
http_transaction_unittest.cc 271 int MockNetworkTransaction::RestartWithAuth(const string16& username,
http_network_transaction.cc 209 int HttpNetworkTransaction::RestartWithAuth(
849 // After we call RestartWithAuth a new response_time will be recorded, and
    [all...]
http_cache_transaction.cc 279 int HttpCache::Transaction::RestartWithAuth(
    [all...]
  /external/chromium/net/websockets/
websocket_job.cc 138 void WebSocketJob::RestartWithAuth(
142 socket_->RestartWithAuth(username, password);
websocket_job_unittest.cc 40 virtual void RestartWithAuth(
  /external/chromium/net/ftp/
ftp_network_transaction.cc 244 int FtpNetworkTransaction::RestartWithAuth(const string16& username,
970 // It got here either through Start or RestartWithAuth. We want that
972 // and in turn make Start/RestartWithAuth complete.
    [all...]

Completed in 231 milliseconds