Searched refs:m_storageID (Results 1 – 8 of 8) sorted by relevance
54 void setStorageID(unsigned storageID) { m_storageID = storageID; } in setStorageID()55 unsigned storageID() const { return m_storageID; } in storageID()56 void clearStorageID() { m_storageID = 0; } in clearStorageID()67 unsigned m_storageID; variable
84 void setStorageID(unsigned storageID) { m_storageID = storageID; } in setStorageID()85 unsigned storageID() const { return m_storageID; } in storageID()107 unsigned m_storageID; variable
71 void setStorageID(unsigned storageID) { m_storageID = storageID; } in setStorageID()72 unsigned storageID() const { return m_storageID; } in storageID()152 unsigned m_storageID; variable
43 , m_storageID(0) in ApplicationCache()83 if (m_storageID) { in addResource()179 m_storageID = 0; in clearStorageID()
37 , m_storageID(0) in ApplicationCacheResource()
70 Record() : m_resource(0), m_storageID(0) { } in Record()71 Record(T* resource, unsigned storageID) : m_resource(resource), m_storageID(storageID) { } in Record()75 m_resource->setStorageID(m_storageID); in restore()80 unsigned m_storageID; member in WebCore::StorageIDJournal::Record
54 , m_storageID(0) in ApplicationCacheGroup()385 ASSERT(!m_storageID); in makeObsolete()748 if (!m_storageID) in checkIfLoadIsComplete()999 m_storageID = 0; in clearStorageID()
22581 Initialize m_storageID to 0.