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

/external/chromium_org/content/browser/appcache/
H A Dappcache_database.h70 struct EntryRecord { struct in class:content::AppCacheDatabase
71 EntryRecord() : cache_id(0), flags(0), response_id(0), response_size(0) {} function in struct:content::AppCacheDatabase::EntryRecord
132 int64 cache_id, std::vector<EntryRecord>* records);
134 const GURL& url, std::vector<EntryRecord>* records);
135 bool FindEntry(int64 cache_id, const GURL& url, EntryRecord* record);
136 bool InsertEntry(const EntryRecord* record);
138 const std::vector<EntryRecord>& records);
195 void ReadEntryRecord(const sql::Statement& statement, EntryRecord* record);
H A Dappcache.cc153 const std::vector<AppCacheDatabase::EntryRecord>& entries,
162 const AppCacheDatabase::EntryRecord& entry = entries.at(i);
194 std::vector<AppCacheDatabase::EntryRecord>* entries,
209 entries->push_back(AppCacheDatabase::EntryRecord());
210 AppCacheDatabase::EntryRecord& record = entries->back();
H A Dappcache_database.cc530 int64 cache_id, std::vector<EntryRecord>* records) {
543 records->push_back(EntryRecord());
552 const GURL& url, std::vector<EntryRecord>* records) {
565 records->push_back(EntryRecord());
574 int64 cache_id, const GURL& url, EntryRecord* record) {
596 bool AppCacheDatabase::InsertEntry(const EntryRecord* record) {
615 const std::vector<EntryRecord>& records) {
621 std::vector<EntryRecord>::const_iterator iter = records.begin();
942 const sql::Statement& statement, EntryRecord* record) {
H A Dappcache.h119 const std::vector<AppCacheDatabase::EntryRecord>& entries,
129 std::vector<AppCacheDatabase::EntryRecord>* entries,
H A Dappcache_storage_impl_unittest.cc731 std::vector<AppCacheDatabase::EntryRecord> entry_records;
803 AppCacheDatabase::EntryRecord entry_record;
840 std::vector<AppCacheDatabase::EntryRecord> entry_records;
868 AppCacheDatabase::EntryRecord entry_record;
886 AppCacheDatabase::EntryRecord entry_record2;
904 AppCacheDatabase::EntryRecord entry_record;
931 AppCacheDatabase::EntryRecord entry_record;
981 AppCacheDatabase::EntryRecord entry_record;
1043 std::vector<AppCacheDatabase::EntryRecord> entries;
1054 std::vector<AppCacheDatabase::EntryRecord>
[all...]
H A Dappcache_storage_impl.cc406 std::vector<AppCacheDatabase::EntryRecord> entry_records_;
704 std::vector<AppCacheDatabase::EntryRecord>::const_iterator entry_iter =
809 AppCacheDatabase::EntryRecord,
810 AppCacheDatabase::EntryRecord,
817 const AppCacheDatabase::EntryRecord& lhs,
818 const AppCacheDatabase::EntryRecord& rhs) {
822 int compute_value(const AppCacheDatabase::EntryRecord& entry) {
973 std::vector<AppCacheDatabase::EntryRecord> entries;
981 std::vector<AppCacheDatabase::EntryRecord>::iterator iter;
1067 AppCacheDatabase::EntryRecord entry_recor
[all...]
H A Dappcache_database_unittest.cc193 AppCacheDatabase::EntryRecord entry;
217 std::vector<AppCacheDatabase::EntryRecord> found;
H A Dappcache_unittest.cc586 std::vector<AppCacheDatabase::EntryRecord> entries;
/external/chromium_org/net/disk_cache/blockfile/
H A Ddisk_format_v3.h211 struct EntryRecord { struct in namespace:disk_cache
228 COMPILE_ASSERT(sizeof(EntryRecord) == 104, bad_EntryRecord);
H A Dentry_impl_v3.h188 scoped_ptr<EntryRecord> entry_; // Basic record for this entry.
H A Dentry_impl_v3.cc36 typedef StorageBlock<EntryRecord> CacheEntryBlockV3;

Completed in 1334 milliseconds