Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/appcache/
Dappcache_database.h91 struct OnlineWhiteListRecord { struct
92 OnlineWhiteListRecord() : cache_id(0), is_pattern(false) {} in OnlineWhiteListRecord() function
94 int64 cache_id;
95 GURL namespace_url;
96 bool is_pattern;