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

  /external/chromium_org/net/http/
http_transaction.h 67 // only be made after a call to Start (or RestartIgnoringLastError) failed.
76 virtual int RestartIgnoringLastError(const CompletionCallback& callback) = 0;
failing_http_transaction_factory.cc 38 virtual int RestartIgnoringLastError(
88 int FailingHttpTransaction::RestartIgnoringLastError(
http_cache_transaction.h 115 virtual int RestartIgnoringLastError(
http_network_transaction.h 51 virtual int RestartIgnoringLastError(
http_transaction_test_util.h 177 virtual int RestartIgnoringLastError(
http_transaction_test_util.cc 250 int MockNetworkTransaction::RestartIgnoringLastError(
http_cache_transaction.cc 452 int HttpCache::Transaction::RestartIgnoringLastError(
    [all...]
http_network_transaction.cc 204 int HttpNetworkTransaction::RestartIgnoringLastError(
    [all...]
http_network_transaction_unittest.cc     [all...]
  /external/chromium_org/chrome/browser/devtools/
devtools_network_transaction.h 79 virtual int RestartIgnoringLastError(
devtools_network_transaction.cc 162 int DevToolsNetworkTransaction::RestartIgnoringLastError(
166 int rv = network_transaction_->RestartIgnoringLastError(proxy_callback_);
  /external/chromium_org/net/ftp/
ftp_network_transaction.h 36 virtual int RestartIgnoringLastError(const CompletionCallback& callback);
ftp_network_transaction.cc 240 int FtpNetworkTransaction::RestartIgnoringLastError(
    [all...]
  /external/chromium_org/net/url_request/
url_request_http_job.cc     [all...]

Completed in 809 milliseconds