Home | History | Annotate | Download | only in appcache

Lines Matching defs:AppCache

16 #include "webkit/browser/appcache/appcache_database.h"
17 #include "webkit/browser/appcache/appcache_entry.h"
18 #include "webkit/browser/appcache/manifest_parser.h"
25 namespace appcache {
33 // host is associated with it, the cache is in an appcache group or the
34 // cache is being created during an appcache upate.
35 class WEBKIT_STORAGE_BROWSER_EXPORT AppCache
36 : public base::RefCounted<AppCache> {
41 AppCache(AppCacheStorage* storage, int64 cache_id);
70 // The AppCache owns the collection of executable handlers that have
89 bool IsNewerThan(AppCache* cache) const {
135 // Populates the 'infos' vector with an element per entry in the appcache.
147 friend class base::RefCounted<AppCache>;
149 ~AppCache();
200 DISALLOW_COPY_AND_ASSIGN(AppCache);
203 } // namespace appcache