OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HttpCache
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/http/
http_cache.h
9
// The
HttpCache
takes a disk_cache::Backend as a parameter, and uses that for
59
class
HttpCache
: public HttpTransactionFactory,
60
public base::SupportsWeakPtr<
HttpCache
>,
77
// A BackendFactory creates a backend object to be used by the
HttpCache
.
119
// The
HttpCache
takes ownership of the |backend_factory|.
120
HttpCache
(HostResolver* host_resolver,
135
//
HttpCache
takes ownership of the |backend_factory|.
136
HttpCache
(HttpNetworkSession* session, BackendFactory* backend_factory);
140
// by the
HttpCache
and will be destroyed using |delete| when the
HttpCache
i
[
all
...]
http_cache.cc
69
HttpCache
::DefaultBackend::DefaultBackend(CacheType type,
79
HttpCache
::DefaultBackend::~DefaultBackend() {}
82
HttpCache
::BackendFactory*
HttpCache
::DefaultBackend::InMemory(int max_bytes) {
86
int
HttpCache
::DefaultBackend::CreateBackend(NetLog* net_log,
96
HttpCache
::ActiveEntry::ActiveEntry(disk_cache::Entry* entry)
103
HttpCache
::ActiveEntry::~ActiveEntry() {
114
struct
HttpCache
::PendingOp {
137
class
HttpCache
::WorkItem {
188
class
HttpCache
::BackendCallback : public CallbackRunner<Tuple1<int> >
[
all
...]
Completed in 15 milliseconds