HomeSort by relevance Sort by last modified time
    Searched refs:RestartWithAuth (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/chromium/net/ftp/
ftp_transaction.h 46 virtual int RestartWithAuth(const string16& username,
ftp_network_transaction.h 41 virtual int RestartWithAuth(const string16& username,
  /external/chromium_org/net/ftp/
ftp_transaction.h 46 virtual int RestartWithAuth(const AuthCredentials& credentials,
ftp_network_transaction.h 42 virtual int RestartWithAuth(const AuthCredentials& credentials,
  /external/chromium/net/http/
http_transaction.h 65 virtual int RestartWithAuth(const string16& username,
71 // can be resumed with RestartWithAuth(L"", L"", callback) to resume
http_proxy_client_socket.h 56 // RestartWithAuth.
57 int RestartWithAuth(CompletionCallback* callback);
http_network_transaction.h 49 virtual int RestartWithAuth(const string16& username,
222 // cleared by RestartWithAuth().
http_transaction_unittest.h 168 virtual int RestartWithAuth(const string16& username,
http_cache_transaction.h 105 virtual int RestartWithAuth(const string16& username,
  /external/chromium/net/socket_stream/
socket_stream_job.cc 65 void SocketStreamJob::RestartWithAuth(const string16& username,
67 socket_->RestartWithAuth(username, password);
socket_stream_job.h 60 virtual void RestartWithAuth(const string16& username,
socket_stream.h 86 // The delegate should call RestartWithAuth() if credential for |auth_info|
136 virtual void RestartWithAuth(
  /external/chromium_org/net/http/
http_transaction.h 69 virtual int RestartWithAuth(const AuthCredentials& credentials,
74 // can be resumed with RestartWithAuth(L"", L"", callback) to resume
proxy_client_socket.h 45 // RestartWithAuth. Not all ProxyClientSocket implementations will be
48 virtual int RestartWithAuth(const CompletionCallback& callback) = 0;
http_proxy_client_socket.h 58 virtual int RestartWithAuth(const CompletionCallback& callback) OVERRIDE;
http_cache_transaction.h 117 virtual int RestartWithAuth(const AuthCredentials& credentials,
http_network_transaction.h 55 virtual int RestartWithAuth(const AuthCredentials& credentials,
262 // cleared by RestartWithAuth().
  /external/chromium_org/net/socket_stream/
socket_stream_job.cc 65 void SocketStreamJob::RestartWithAuth(const AuthCredentials& credentials) {
66 socket_->RestartWithAuth(credentials);
socket_stream_job.h 66 virtual void RestartWithAuth(const AuthCredentials& credentials);
  /external/chromium/net/websockets/
websocket_job.h 51 virtual void RestartWithAuth(
websocket_job.cc 138 void WebSocketJob::RestartWithAuth(
142 socket_->RestartWithAuth(username, password);
  /external/chromium_org/net/spdy/
spdy_proxy_client_socket.h 64 virtual int RestartWithAuth(const CompletionCallback& callback) OVERRIDE;
  /external/chromium_org/net/websockets/
websocket_job.h 60 virtual void RestartWithAuth(const AuthCredentials& credentials) OVERRIDE;
  /external/chromium_org/net/url_request/
url_request_ftp_job.cc 267 rv = ftp_transaction_->RestartWithAuth(
272 rv = http_transaction_->RestartWithAuth(
  /external/chromium/net/url_request/
url_request_ftp_job.cc 152 int rv = transaction_->RestartWithAuth(server_auth_->username,

Completed in 868 milliseconds

1 2 3