Home
last modified time | relevance | path

Searched refs:GroupStorageIDJournal (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/loader/appcache/
DApplicationCacheStorage.h85 typedef StorageIDJournal<ApplicationCacheGroup> GroupStorageIDJournal; typedef
87 bool store(ApplicationCacheGroup*, GroupStorageIDJournal*);
DApplicationCacheStorage.cpp522 bool ApplicationCacheStorage::store(ApplicationCacheGroup* group, GroupStorageIDJournal* journal) in store()
763 GroupStorageIDJournal groupStorageIDJournal; in storeNewestCache()