Home
last modified time | relevance | path

Searched defs:EntryRecord (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
Ddisk_format_v3.h211 struct EntryRecord { struct
228 COMPILE_ASSERT(sizeof(EntryRecord) == 104, bad_EntryRecord); argument
/external/chromium_org/content/browser/appcache/
Dappcache_database.h70 struct EntryRecord { struct
71 EntryRecord() : cache_id(0), flags(0), response_id(0), response_size(0) {} in EntryRecord() argument
73 int64 cache_id;
74 GURL url;
75 int flags;
76 int64 response_id;
77 int64 response_size;