Home | History | Annotate | Download | only in appcache

Lines Matching defs:AppCache

15 #include "content/browser/appcache/appcache_database.h"
16 #include "content/browser/appcache/appcache_entry.h"
17 #include "content/browser/appcache/appcache_manifest_parser.h"
37 // host is associated with it, the cache is in an appcache group or the
38 // cache is being created during an appcache upate.
39 class CONTENT_EXPORT AppCache
40 : public base::RefCounted<AppCache> {
45 AppCache(AppCacheStorage* storage, int64 cache_id);
74 // The AppCache owns the collection of executable handlers that have
93 bool IsNewerThan(AppCache* cache) const {
139 // Populates the 'infos' vector with an element per entry in the appcache.
152 friend class base::RefCounted<AppCache>;
154 ~AppCache();
205 DISALLOW_COPY_AND_ASSIGN(AppCache);