OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SimpleBackendImpl
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/disk_cache/simple/
simple_backend_impl.h
33
//
SimpleBackendImpl
is a new cache backend that stores entries in individual
43
class NET_EXPORT_PRIVATE
SimpleBackendImpl
: public Backend,
45
public base::SupportsWeakPtr<
SimpleBackendImpl
> {
47
SimpleBackendImpl
(const base::FilePath& path, int max_bytes,
52
virtual ~
SimpleBackendImpl
();
simple_backend_impl.cc
200
SimpleBackendImpl
::
SimpleBackendImpl
(const FilePath& path,
217
SimpleBackendImpl
::~
SimpleBackendImpl
() {
221
int
SimpleBackendImpl
::Init(const CompletionCallback& completion_callback) {
237
base::Bind(&
SimpleBackendImpl
::InitCacheStructureOnDisk, path_,
239
base::Bind(&
SimpleBackendImpl
::InitializeIndex, AsWeakPtr(),
244
bool
SimpleBackendImpl
::SetMaxSize(int max_bytes) {
249
int
SimpleBackendImpl
::GetMaxFileSize() const {
253
void
SimpleBackendImpl
::OnDeactivated(const SimpleEntryImpl* entry)
[
all
...]
Completed in 278 milliseconds