Home
last modified time | relevance | path

Searched refs:storageID (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/loader/appcache/
DApplicationCacheStorage.cpp62 void add(T* resource, unsigned storageID) in add() argument
64 m_records.append(Record(resource, storageID)); in add()
76 Record(T* resource, unsigned storageID) : m_resource(resource), m_storageID(storageID) { } in Record() argument
339 ASSERT(!group->storageID()); in cacheGroupDestroyed()
349 if (!group->storageID()) in cacheGroupDestroyed()
492 int64_t excludingCacheIdentifier = cache ? cache->storageID() : 0; in remainingSizeForOriginExcludingCache()
671 ASSERT(group->storageID() == 0); in store()
697 ASSERT(cache->storageID() == 0); in store()
698 ASSERT(cache->group()->storageID() != 0); in store()
705 statement.bindInt64(1, cache->group()->storageID()); in store()
[all …]
DApplicationCacheResource.h54 void setStorageID(unsigned storageID) { m_storageID = storageID; } in setStorageID() argument
55 unsigned storageID() const { return m_storageID; } in storageID() function
DApplicationCache.h89 void setStorageID(unsigned storageID) { m_storageID = storageID; } in setStorageID() argument
90 unsigned storageID() const { return m_storageID; } in storageID() function
DApplicationCacheGroup.h75 void setStorageID(unsigned storageID) { m_storageID = storageID; } in setStorageID() argument
76 unsigned storageID() const { return m_storageID; } in storageID() function
DApplicationCacheStorage.h105 PassRefPtr<ApplicationCache> loadCache(unsigned storageID);
DApplicationCache.cpp86 ASSERT(!resource->storageID()); in addResource()
DApplicationCacheGroup.cpp171 bool inStorage = resource->storageID(); in selectCache()
247 ASSERT(!resource->storageID()); in finishedLoadingMainResource()
267 ASSERT(!resource->storageID()); in finishedLoadingMainResource()
/external/webkit/Source/WebCore/
DChangeLog-2008-08-101421 Make sure to set the storageID when storing an application resource.
22851 (WebCore::ApplicationCacheGroup::storageID):
22860 (WebCore::ApplicationCacheResource::storageID):
DChangeLog-2009-06-162821 1. a mechanism to rollback storageID changes to the in-memory resource
2858 trace the changes to the storageID of the resource objects.