Changeset 429 for trunk/WebCore/loader/appcache/ApplicationCacheStorage.h
- Timestamp:
- 08/04/08 12:23:14 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/WebCore/loader/appcache/ApplicationCacheStorage.h
r243 r429 51 51 void cacheGroupDestroyed(ApplicationCacheGroup*); 52 52 53 voidstoreNewestCache(ApplicationCacheGroup*);53 bool storeNewestCache(ApplicationCacheGroup*); 54 54 void store(ApplicationCacheResource*, ApplicationCache*); 55 55 … … 57 57 58 58 void empty(); 59 60 static bool storeCopyOfCache(const String& cacheDirectory, ApplicationCache*); 59 61 private: 60 62 PassRefPtr<ApplicationCache> loadCache(unsigned storageID);
