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

  /external/chromium/net/http/
http_transaction.h 46 // only be made after a call to Start (or RestartIgnoringLastError) failed.
55 virtual int RestartIgnoringLastError(CompletionCallback* callback) = 0;
http_cache_transaction.h 29 virtual int RestartIgnoringLastError(CompletionCallback* callback);
http_network_transaction.h 49 virtual int RestartIgnoringLastError(CompletionCallback* callback);
http_transaction_unittest.h 251 virtual int RestartIgnoringLastError(net::CompletionCallback* callback) {
http_cache_transaction.cc 236 int HttpCache::Transaction::RestartIgnoringLastError(
1070 int rv = network_trans_->RestartIgnoringLastError(&io_callback_);
    [all...]
http_network_transaction.cc 181 int HttpNetworkTransaction::RestartIgnoringLastError(
    [all...]
http_network_transaction_unittest.cc     [all...]
  /external/chromium/net/flip/
flip_network_transaction.h 41 virtual int RestartIgnoringLastError(CompletionCallback* callback);
flip_network_transaction.cc 64 int FlipNetworkTransaction::RestartIgnoringLastError(
  /external/chromium/net/ftp/
ftp_network_transaction.h 41 virtual int RestartIgnoringLastError(CompletionCallback* callback);
ftp_network_transaction.cc 118 int FtpNetworkTransaction::RestartIgnoringLastError(
    [all...]
  /external/chromium/net/url_request/
url_request_http_job.cc 400 int rv = transaction_->RestartIgnoringLastError(&start_callback_);

Completed in 773 milliseconds