OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:http_cache_
(Results
1 - 4
of
4
) sorted by null
/external/chromium/net/http/
disk_cache_based_ssl_host_info.h
111
HttpCache* const
http_cache_
;
member in class:net::DiskCacheBasedSSLHostInfo
http_cache.cc
297
http_cache_
(http_cache) {
303
hostname, ssl_config, cert_verifier_,
http_cache_
);
308
HttpCache* const
http_cache_
;
member in class:net::HttpCache::SSLHostInfoFactoryAdaptor
[
all
...]
http_cache_unittest.cc
551
:
http_cache_
(new MockNetworkLayer(), NULL, new MockBackendFactory()) {
555
:
http_cache_
(new MockNetworkLayer(), NULL, disk_cache_factory) {
558
net::HttpCache* http_cache() { return &
http_cache_
; }
561
return static_cast<MockNetworkLayer*>(
http_cache_
.network_layer());
566
int rv =
http_cache_
.GetBackend(&backend, &cb);
623
net::HttpCache
http_cache_
;
member in class:__anon2799::MockHttpCache
[
all
...]
/external/chromium_org/net/http/
mock_http_cache.h
170
net::HttpCache* http_cache() { return &
http_cache_
; }
173
return static_cast<MockNetworkLayer*>(
http_cache_
.network_layer());
203
net::HttpCache
http_cache_
;
member in class:MockHttpCache
Completed in 81 milliseconds