HomeSort by relevance Sort by last modified time
    Searched defs:storageID (Results 1 - 3 of 3) 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; }
ApplicationCache.h 86 void setStorageID(unsigned storageID) { m_storageID = storageID; }
87 unsigned storageID() const { return m_storageID; }
ApplicationCacheGroup.h 71 void setStorageID(unsigned storageID) { m_storageID = storageID; }
72 unsigned storageID() const { return m_storageID; }

Completed in 281 milliseconds