Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/appcache/
Dappcache_database.h59 struct CONTENT_EXPORT CacheRecord { struct
60 CacheRecord() in CacheRecord() argument
63 int64 cache_id;
64 int64 group_id;
65 bool online_wildcard;
66 base::Time update_time;
67 int64 cache_size; // the sum of all response sizes in this cache
/external/mdnsresponder/mDNSCore/
DmDNSEmbeddedAPI.h433 typedef struct CacheRecord_struct CacheRecord; typedef