OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DefaultBackend
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/http/
http_cache.h
94
class
DefaultBackend
: public BackendFactory {
99
DefaultBackend
(CacheType type, const FilePath& path, int max_bytes,
101
virtual ~
DefaultBackend
();
http_cache.cc
69
HttpCache::
DefaultBackend
::
DefaultBackend
(CacheType type,
79
HttpCache::
DefaultBackend
::~
DefaultBackend
() {}
82
HttpCache::BackendFactory* HttpCache::
DefaultBackend
::InMemory(int max_bytes) {
83
return new
DefaultBackend
(MEMORY_CACHE, FilePath(), max_bytes, NULL);
86
int HttpCache::
DefaultBackend
::CreateBackend(NetLog* net_log,
[
all
...]
Completed in 42 milliseconds