Searched defs:CacheRecord (Results 1 – 2 of 2) sorted by relevance
59 struct CONTENT_EXPORT CacheRecord { struct60 CacheRecord() in CacheRecord() argument63 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
433 typedef struct CacheRecord_struct CacheRecord; typedef