OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RestartIgnoringLastError
(Results
1 - 22
of
22
) sorted by null
/external/chromium/net/http/
http_transaction.h
49
// only be made after a call to Start (or
RestartIgnoringLastError
) failed.
58
virtual int
RestartIgnoringLastError
(CompletionCallback* callback) = 0;
http_network_transaction.h
46
virtual int
RestartIgnoringLastError
(CompletionCallback* callback);
http_transaction_unittest.h
163
virtual int
RestartIgnoringLastError
(net::CompletionCallback* callback);
http_cache_transaction.h
102
virtual int
RestartIgnoringLastError
(CompletionCallback* callback);
http_transaction_unittest.cc
260
int MockNetworkTransaction::
RestartIgnoringLastError
(
http_cache_transaction.cc
242
int HttpCache::Transaction::
RestartIgnoringLastError
(
[
all
...]
http_network_transaction.cc
172
int HttpNetworkTransaction::
RestartIgnoringLastError
(
[
all
...]
http_network_transaction_unittest.cc
[
all
...]
/external/chromium_org/net/http/
http_transaction.h
53
// only be made after a call to Start (or
RestartIgnoringLastError
) failed.
62
virtual int
RestartIgnoringLastError
(const CompletionCallback& callback) = 0;
http_cache_transaction.h
112
virtual int
RestartIgnoringLastError
(
http_network_transaction.h
50
virtual int
RestartIgnoringLastError
(
http_transaction_unittest.h
175
virtual int
RestartIgnoringLastError
(
http_transaction_unittest.cc
291
int MockNetworkTransaction::
RestartIgnoringLastError
(
http_cache_transaction.cc
326
int HttpCache::Transaction::
RestartIgnoringLastError
(
[
all
...]
http_network_transaction.cc
232
int HttpNetworkTransaction::
RestartIgnoringLastError
(
[
all
...]
http_network_transaction_unittest.cc
[
all
...]
/external/chromium/net/ftp/
ftp_network_transaction.h
35
virtual int
RestartIgnoringLastError
(CompletionCallback* callback);
ftp_network_transaction.cc
217
int FtpNetworkTransaction::
RestartIgnoringLastError
(
[
all
...]
/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/net/url_request/
url_request_http_job.cc
[
all
...]
/external/chromium_org/net/url_request/
url_request_http_job.cc
[
all
...]
Completed in 347 milliseconds