Searched refs:storageID (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/loader/appcache/
H A DApplicationCacheResource.h54 void setStorageID(unsigned storageID) { m_storageID = storageID; } argument
55 unsigned storageID() const { return m_storageID; } function in class:WebCore::ApplicationCacheResource
H A DApplicationCache.h89 void setStorageID(unsigned storageID) { m_storageID = storageID; } argument
90 unsigned storageID() const { return m_storageID; } function in class:WebCore::ApplicationCache
H A DApplicationCacheStorage.cpp62 void add(T* resource, unsigned storageID) argument
64 m_records.append(Record(resource, storageID));
76 Record(T* resource, unsigned storageID) : m_resource(resource), m_storageID(storageID) { } argument
339 ASSERT(!group->storageID());
349 if (!group->storageID())
492 int64_t excludingCacheIdentifier = cache ? cache->storageID() : 0;
671 ASSERT(group->storageID() == 0);
697 ASSERT(cache->storageID() == 0);
698 ASSERT(cache->group()->storageID() !
1055 loadCache(unsigned storageID) argument
[all...]
H A DApplicationCacheGroup.h75 void setStorageID(unsigned storageID) { m_storageID = storageID; } argument
76 unsigned storageID() const { return m_storageID; } function in class:WebCore::ApplicationCacheGroup
H A DApplicationCacheStorage.h105 PassRefPtr<ApplicationCache> loadCache(unsigned storageID);
H A DApplicationCache.cpp86 ASSERT(!resource->storageID());
H A DApplicationCacheGroup.cpp171 bool inStorage = resource->storageID();
247 ASSERT(!resource->storageID());
267 ASSERT(!resource->storageID());

Completed in 88 milliseconds