OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LogStore
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/net/disk_cache/flash/
internal_entry.h
30
class
LogStore
;
39
InternalEntry(const std::string& key,
LogStore
* store);
40
InternalEntry(int32 id,
LogStore
* store);
55
LogStore
* store_;
log_store_entry.h
21
class
LogStore
;
25
explicit LogStoreEntry(
LogStore
* store);
26
LogStoreEntry(
LogStore
* store, int32 id);
53
LogStore
* store_;
flash_cache_test_base.h
24
class
LogStore
;
log_store.h
25
class NET_EXPORT_PRIVATE
LogStore
{
27
LogStore
(const base::FilePath& path, int32 size);
28
~
LogStore
();
96
DISALLOW_COPY_AND_ASSIGN(
LogStore
);
log_store.cc
15
LogStore
::
LogStore
(const base::FilePath& path, int32 size)
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
::OpenEntry(int32 id)
[
all
...]
flash_entry_impl.h
26
class
LogStore
;
44
LogStore
* store,
47
LogStore
* store,
log_store_unittest.cc
14
LogStore
log_store(path_, kStorageSize);
31
LogStore
log_store(path_, kStorageSize);
53
LogStore
log_store(path_, kStorageSize);
90
LogStore
log_store(path_, kStorageSize);
internal_entry.cc
23
InternalEntry::InternalEntry(const std::string& key,
LogStore
* store)
30
InternalEntry::InternalEntry(int32 id,
LogStore
* store)
log_store_entry_unittest.cc
18
disk_cache::
LogStore
log_store(path_, kStorageSize);
39
disk_cache::
LogStore
log_store(path_, kStorageSize);
flash_entry_impl.cc
16
LogStore
* store,
26
LogStore
* store,
log_store_entry.cc
14
LogStoreEntry::LogStoreEntry(
LogStore
* store)
19
LogStoreEntry::LogStoreEntry(
LogStore
* store, int32 id)
Completed in 37 milliseconds