Searched refs:storageID (Results 1 – 9 of 9) sorted by relevance
62 void add(T* resource, unsigned storageID) in add() argument64 m_records.append(Record(resource, storageID)); in add()76 Record(T* resource, unsigned storageID) : m_resource(resource), m_storageID(storageID) { } in Record() argument339 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 …]
54 void setStorageID(unsigned storageID) { m_storageID = storageID; } in setStorageID() argument55 unsigned storageID() const { return m_storageID; } in storageID() function
89 void setStorageID(unsigned storageID) { m_storageID = storageID; } in setStorageID() argument90 unsigned storageID() const { return m_storageID; } in storageID() function
75 void setStorageID(unsigned storageID) { m_storageID = storageID; } in setStorageID() argument76 unsigned storageID() const { return m_storageID; } in storageID() function
105 PassRefPtr<ApplicationCache> loadCache(unsigned storageID);
86 ASSERT(!resource->storageID()); in addResource()
171 bool inStorage = resource->storageID(); in selectCache()247 ASSERT(!resource->storageID()); in finishedLoadingMainResource()267 ASSERT(!resource->storageID()); in finishedLoadingMainResource()
1421 Make sure to set the storageID when storing an application resource.22851 (WebCore::ApplicationCacheGroup::storageID):22860 (WebCore::ApplicationCacheResource::storageID):
2821 1. a mechanism to rollback storageID changes to the in-memory resource2858 trace the changes to the storageID of the resource objects.