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()70 unsigned m_storageID; variable
89 void setStorageID(unsigned storageID) { m_storageID = storageID; } in setStorageID()90 unsigned storageID() const { return m_storageID; } in storageID()113 unsigned m_storageID; variable
75 void setStorageID(unsigned storageID) { m_storageID = storageID; } in setStorageID()76 unsigned storageID() const { return m_storageID; } in storageID()173 unsigned m_storageID; variable
45 , m_storageID(0) in ApplicationCache()85 if (m_storageID) { in addResource()181 m_storageID = 0; in clearStorageID()
37 , m_storageID(0) in ApplicationCacheResource()
66 , m_storageID(0) in ApplicationCacheGroup()412 ASSERT(!m_storageID); in makeObsolete()842 if (!m_storageID) in checkIfLoadIsComplete()1126 m_storageID = 0; in clearStorageID()
75 Record() : m_resource(0), m_storageID(0) { } in Record()76 Record(T* resource, unsigned storageID) : m_resource(resource), m_storageID(storageID) { } in Record()80 m_resource->setStorageID(m_storageID); in restore()85 unsigned m_storageID; member in WebCore::StorageIDJournal::Record
22581 Initialize m_storageID to 0.