Searched defs:BackendImplV3 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
H A Dbackend_impl_v3.h37 class NET_EXPORT_PRIVATE BackendImplV3 : public Backend { class in namespace:disk_cache
50 BackendImplV3(const base::FilePath& path,
53 virtual ~BackendImplV3();
127 base::WeakPtr<BackendImplV3> GetWeakPtr();
272 scoped_ptr<base::RepeatingTimer<BackendImplV3> > timer_; // Usage timer.
274 base::WeakPtrFactory<BackendImplV3> ptr_factory_;
276 DISALLOW_COPY_AND_ASSIGN(BackendImplV3);
H A Dbackend_impl_v3.cc56 BackendImplV3::BackendImplV3( function in class:disk_cache::BackendImplV3
79 BackendImplV3::~BackendImplV3() {
83 int BackendImplV3::Init(const CompletionCallback& callback) {
93 bool BackendImplV3::SetMaxSize(int max_bytes) {
111 void BackendImplV3::SetType(net::CacheType type) {
116 bool BackendImplV3::CreateBlock(FileType block_type, int block_count,
122 void BackendImplV3::UpdateRank(EntryImplV3* entry, bool modified) {
128 void BackendImplV3
[all...]

Completed in 170 milliseconds