HomeSort by relevance Sort by last modified time
    Searched refs:m_storageID (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheResource.h 54 void setStorageID(unsigned storageID) { m_storageID = storageID; }
55 unsigned storageID() const { return m_storageID; }
56 void clearStorageID() { m_storageID = 0; }
70 unsigned m_storageID;
ApplicationCache.h 89 void setStorageID(unsigned storageID) { m_storageID = storageID; }
90 unsigned storageID() const { return m_storageID; }
113 unsigned m_storageID;
ApplicationCache.cpp 45 , m_storageID(0)
85 if (m_storageID) {
181 m_storageID = 0;
ApplicationCacheGroup.h 75 void setStorageID(unsigned storageID) { m_storageID = storageID; }
76 unsigned storageID() const { return m_storageID; }
173 unsigned m_storageID;
ApplicationCacheResource.cpp 37 , m_storageID(0)
ApplicationCacheGroup.cpp 66 , m_storageID(0)
412 ASSERT(!m_storageID);
842 if (!m_storageID)
    [all...]
ApplicationCacheStorage.cpp 75 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;
    [all...]

Completed in 198 milliseconds