Home
last modified time | relevance | path

Searched refs:RestartIgnoringLastError (Results 1 – 22 of 22) sorted by relevance

/external/chromium/net/http/
Dhttp_transaction.h58 virtual int RestartIgnoringLastError(CompletionCallback* callback) = 0;
Dhttp_network_transaction.h46 virtual int RestartIgnoringLastError(CompletionCallback* callback);
Dhttp_transaction_unittest.h163 virtual int RestartIgnoringLastError(net::CompletionCallback* callback);
Dhttp_cache_transaction.h102 virtual int RestartIgnoringLastError(CompletionCallback* callback);
Dhttp_transaction_unittest.cc260 int MockNetworkTransaction::RestartIgnoringLastError( in RestartIgnoringLastError() function in MockNetworkTransaction
Dhttp_cache_transaction.cc242 int HttpCache::Transaction::RestartIgnoringLastError( in RestartIgnoringLastError() function in net::HttpCache::Transaction
1601 int rv = network_trans_->RestartIgnoringLastError(&io_callback_); in RestartNetworkRequest()
Dhttp_network_transaction.cc172 int HttpNetworkTransaction::RestartIgnoringLastError( in RestartIgnoringLastError() function in net::HttpNetworkTransaction
Dhttp_network_transaction_unittest.cc4372 rv = trans->RestartIgnoringLastError(&callback); in TEST_F()
4449 rv = trans->RestartIgnoringLastError(&callback); in TEST_F()
4819 rv = trans->RestartIgnoringLastError(&callback); in TEST_F()
/external/chromium_org/net/http/
Dhttp_transaction.h62 virtual int RestartIgnoringLastError(const CompletionCallback& callback) = 0;
Dhttp_network_transaction.h50 virtual int RestartIgnoringLastError(
Dhttp_transaction_unittest.h175 virtual int RestartIgnoringLastError(
Dhttp_cache_transaction.h112 virtual int RestartIgnoringLastError(
Dhttp_transaction_unittest.cc291 int MockNetworkTransaction::RestartIgnoringLastError( in RestartIgnoringLastError() function in MockNetworkTransaction
Dhttp_cache_transaction.cc326 int HttpCache::Transaction::RestartIgnoringLastError( in RestartIgnoringLastError() function in net::HttpCache::Transaction
1928 int rv = network_trans_->RestartIgnoringLastError(io_callback_); in RestartNetworkRequest()
Dhttp_network_transaction.cc232 int HttpNetworkTransaction::RestartIgnoringLastError( in RestartIgnoringLastError() function in net::HttpNetworkTransaction
Dhttp_network_transaction_unittest.cc5528 rv = trans->RestartIgnoringLastError(callback.callback()); in TEST_P()
5606 rv = trans->RestartIgnoringLastError(callback.callback()); in TEST_P()
6351 rv = trans->RestartIgnoringLastError(callback.callback()); in TEST_P()
/external/chromium_org/net/ftp/
Dftp_network_transaction.h36 virtual int RestartIgnoringLastError(const CompletionCallback& callback);
Dftp_network_transaction.cc240 int FtpNetworkTransaction::RestartIgnoringLastError( in RestartIgnoringLastError() function in net::FtpNetworkTransaction
/external/chromium/net/ftp/
Dftp_network_transaction.h35 virtual int RestartIgnoringLastError(CompletionCallback* callback);
Dftp_network_transaction.cc217 int FtpNetworkTransaction::RestartIgnoringLastError( in RestartIgnoringLastError() function in net::FtpNetworkTransaction
/external/chromium/net/url_request/
Durl_request_http_job.cc1028 int rv = transaction_->RestartIgnoringLastError(&start_callback_); in ContinueDespiteLastError()
/external/chromium_org/net/url_request/
Durl_request_http_job.cc1241 int rv = transaction_->RestartIgnoringLastError(start_callback_); in ContinueDespiteLastError()