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

  /external/webkit/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; }
67 unsigned m_storageID;
ApplicationCache.h 86 void setStorageID(unsigned storageID) { m_storageID = storageID; }
87 unsigned storageID() const { return m_storageID; }
110 unsigned m_storageID;
ApplicationCacheGroup.h 71 void setStorageID(unsigned storageID) { m_storageID = storageID; }
72 unsigned storageID() const { return m_storageID; }
156 unsigned m_storageID;
ApplicationCache.cpp 43 , m_storageID(0)
83 if (m_storageID) {
182 m_storageID = 0;
ApplicationCacheResource.cpp 37 , m_storageID(0)
ApplicationCacheGroup.cpp 55 , m_storageID(0)
386 ASSERT(!m_storageID);
750 if (!m_storageID)
    [all...]
ApplicationCacheStorage.cpp 70 Record() : m_resource(0), m_storageID(0) { }
71 Record(T* resource, unsigned storageID) : m_resource(resource), m_storageID(storageID) { }
75 m_resource->setStorageID(m_storageID);
80 unsigned m_storageID;
    [all...]

Completed in 95 milliseconds