Searched refs:LogStore (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/net/disk_cache/flash/
H A Dlog_store_entry.h21 class LogStore;
25 explicit LogStoreEntry(LogStore* store);
26 LogStoreEntry(LogStore* store, int32 id);
53 LogStore* store_;
H A Dinternal_entry.h30 class LogStore;
39 InternalEntry(const std::string& key, LogStore* store);
40 InternalEntry(int32 id, LogStore* store);
55 LogStore* store_;
H A Dlog_store.h25 class NET_EXPORT_PRIVATE LogStore { class in namespace:disk_cache
27 LogStore(const base::FilePath& path, int32 size);
28 ~LogStore();
96 DISALLOW_COPY_AND_ASSIGN(LogStore);
H A Dlog_store.cc15 LogStore::LogStore(const base::FilePath& path, int32 size) function in class:disk_cache::LogStore
27 LogStore::~LogStore() {
32 bool LogStore::Init() {
49 bool LogStore::Close() {
59 bool LogStore::CreateEntry(int32 size, int32* id) {
91 void LogStore::DeleteEntry(int32 id, int32 size) {
98 bool LogStore::WriteData(const void* buffer, int32 size) {
109 bool LogStore
[all...]
H A Dflash_cache_test_base.h24 class LogStore;
H A Dflash_entry_impl.h26 class LogStore;
44 LogStore* store,
47 LogStore* store,
H A Dlog_store_unittest.cc14 LogStore log_store(path_, kStorageSize);
31 LogStore log_store(path_, kStorageSize);
53 LogStore log_store(path_, kStorageSize);
90 LogStore log_store(path_, kStorageSize);
H A Dinternal_entry.cc23 InternalEntry::InternalEntry(const std::string& key, LogStore* store)
30 InternalEntry::InternalEntry(int32 id, LogStore* store)
H A Dlog_store_entry_unittest.cc18 disk_cache::LogStore log_store(path_, kStorageSize);
39 disk_cache::LogStore log_store(path_, kStorageSize);
H A Dflash_entry_impl.cc16 LogStore* store,
26 LogStore* store,
H A Dlog_store_entry.cc14 LogStoreEntry::LogStoreEntry(LogStore* store)
19 LogStoreEntry::LogStoreEntry(LogStore* store, int32 id)

Completed in 76 milliseconds