Searched defs:EntryRecord (Results 1 - 2 of 2) 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);
/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);

Completed in 109 milliseconds