HomeSort by relevance Sort by last modified time
    Searched refs:storeNewestCache (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebCore/loader/appcache/
ApplicationCacheStorage.h 64 bool storeNewestCache(ApplicationCacheGroup*); // Updates the cache group, but doesn't remove old cache.
68 // Removes the group if the cache to be removed is the newest one (so, storeNewestCache() needs to be called beforehand when updating).
ApplicationCacheGroup.cpp 751 cacheStorage().storeNewestCache(this);
781 if (cacheStorage().storeNewestCache(this)) {
    [all...]
ApplicationCacheStorage.cpp 742 bool ApplicationCacheStorage::storeNewestCache(ApplicationCacheGroup* group)
    [all...]

Completed in 41 milliseconds