HomeSort by relevance Sort by last modified time
    Searched refs:StorageBlock (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/disk_cache/
storage_block.h 23 // StorageBlock<TypeA> a(file, address);
24 // StorageBlock<TypeB> b(file, address);
32 class StorageBlock : public FileBlock {
34 StorageBlock(MappedFile* file, Addr address);
35 virtual ~StorageBlock();
84 DISALLOW_COPY_AND_ASSIGN(StorageBlock);
87 typedef StorageBlock<EntryStore> CacheEntryBlock;
88 typedef StorageBlock<RankingsNode> CacheRankingsBlock;
storage_block-inl.h 16 template<typename T> StorageBlock<T>::StorageBlock(MappedFile* file,
25 template<typename T> StorageBlock<T>::~StorageBlock() {
31 template<typename T> void* StorageBlock<T>::buffer() const {
35 template<typename T> size_t StorageBlock<T>::size() const {
41 template<typename T> int StorageBlock<T>::offset() const {
45 template<typename T> bool StorageBlock<T>::LazyInit(MappedFile* file,
60 template<typename T> void StorageBlock<T>::SetData(T* other) {
66 template<typename T> void StorageBlock<T>::Discard()
    [all...]

Completed in 143 milliseconds