OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HttpTransactionDelegate
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/net/http/
http_transaction_delegate.h
15
class
HttpTransactionDelegate
{
17
virtual ~
HttpTransactionDelegate
() {}
http_transaction_factory.h
17
class
HttpTransactionDelegate
;
28
HttpTransactionDelegate
* delegate) = 0;
http_network_layer.h
46
HttpTransactionDelegate
* delegate) OVERRIDE;
http_network_layer.cc
53
HttpTransactionDelegate
* delegate) {
http_cache_transaction.h
26
class
HttpTransactionDelegate
;
64
HttpTransactionDelegate
* transaction_delegate);
456
HttpTransactionDelegate
* transaction_delegate_;
http_cache.h
195
HttpTransactionDelegate
* delegate) OVERRIDE;
http_transaction_unittest.h
263
net::
HttpTransactionDelegate
* delegate) OVERRIDE;
http_transaction_unittest.cc
404
net::
HttpTransactionDelegate
* delegate) {
http_cache.cc
425
HttpTransactionDelegate
* delegate) {
[
all
...]
http_cache_transaction.cc
171
HttpTransactionDelegate
* transaction_delegate)
[
all
...]
http_cache_unittest.cc
109
class TestHttpTransactionDelegate : public net::
HttpTransactionDelegate
{
[
all
...]
/external/chromium_org/net/url_request/
url_request_http_job.cc
81
: public
HttpTransactionDelegate
{
[
all
...]
/external/chromium_org/net/websockets/
websocket_job_unittest.cc
282
HttpTransactionDelegate
* delegate) OVERRIDE {
[
all
...]
Completed in 609 milliseconds