OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetCacheType
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/net/disk_cache/
tracing_cache_backend.h
24
virtual net::CacheType
GetCacheType
() const OVERRIDE;
disk_cache.h
74
virtual net::CacheType
GetCacheType
() const = 0;
mem_backend_impl.h
65
virtual net::CacheType
GetCacheType
() const OVERRIDE;
tracing_cache_backend.cc
186
net::CacheType TracingCacheBackend::
GetCacheType
() const {
187
return backend_->
GetCacheType
();
backend_impl.h
257
virtual net::CacheType
GetCacheType
() const OVERRIDE;
mem_backend_impl.cc
127
net::CacheType MemBackendImpl::
GetCacheType
() const {
backend_impl.cc
1123
net::CacheType BackendImpl::
GetCacheType
() const {
[
all
...]
backend_unittest.cc
[
all
...]
/external/chromium_org/net/disk_cache/simple/
simple_backend_impl.h
88
virtual net::CacheType
GetCacheType
() const OVERRIDE;
simple_backend_impl.cc
340
net::CacheType SimpleBackendImpl::
GetCacheType
() const {
/external/chromium_org/net/disk_cache/v3/
backend_impl_v3.h
177
virtual net::CacheType
GetCacheType
() const OVERRIDE;
backend_impl_v3.cc
490
net::CacheType BackendImpl::
GetCacheType
() const {
[
all
...]
/external/chromium_org/net/http/
mock_http_cache.h
101
virtual net::CacheType
GetCacheType
() const OVERRIDE;
mock_http_cache.cc
348
net::CacheType MockDiskCache::
GetCacheType
() const {
http_cache_transaction.cc
[
all
...]
Completed in 282 milliseconds