Searched refs:m_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; }
55 unsigned storageID() const { return m_storageID; }
56 void clearStorageID() { m_storageID = 0; }
70 unsigned m_storageID; member in class:WebCore::ApplicationCacheResource
H A DApplicationCache.h89 void setStorageID(unsigned storageID) { m_storageID = storageID; }
90 unsigned storageID() const { return m_storageID; }
113 unsigned m_storageID; member in class:WebCore::ApplicationCache
H A DApplicationCache.cpp45 , m_storageID(0)
85 if (m_storageID) {
181 m_storageID = 0;
H A DApplicationCacheGroup.h75 void setStorageID(unsigned storageID) { m_storageID = storageID; }
76 unsigned storageID() const { return m_storageID; }
173 unsigned m_storageID; member in class:WebCore::ApplicationCacheGroup
H A DApplicationCacheResource.cpp37 , m_storageID(0)
H A DApplicationCacheGroup.cpp66 , m_storageID(0)
412 ASSERT(!m_storageID);
842 if (!m_storageID)
1126 m_storageID = 0;
H A DApplicationCacheStorage.cpp75 Record() : m_resource(0), m_storageID(0) { }
76 Record(T* resource, unsigned storageID) : m_resource(resource), m_storageID(storageID) { }
80 m_resource->setStorageID(m_storageID);
85 unsigned m_storageID; member in class:WebCore::StorageIDJournal::Record

Completed in 76 milliseconds