Home
last modified time | relevance | path

Searched refs:setStorageID (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/loader/appcache/
DApplicationCacheStorage.cpp80 m_resource->setStorageID(m_storageID); in restore()
128 group->setStorageID(static_cast<unsigned>(statement.getColumnInt64(0))); in loadCacheGroup()
251 group->setStorageID(static_cast<unsigned>(statement.getColumnInt64(0))); in cacheGroupForURL()
322 group->setStorageID(static_cast<unsigned>(statement.getColumnInt64(0))); in fallbackCacheGroupForURL()
690 group->setStorageID(groupStorageID); in store()
772 cache->setStorageID(cacheStorageID); in store()
881 resource->setStorageID(resourceId); in store()
1155 cache->setStorageID(storageID); in loadCache()
DApplicationCacheResource.h54 void setStorageID(unsigned storageID) { m_storageID = storageID; } in setStorageID() function
DApplicationCache.h89 void setStorageID(unsigned storageID) { m_storageID = storageID; } in setStorageID() function
DApplicationCacheGroup.h75 void setStorageID(unsigned storageID) { m_storageID = storageID; } in setStorageID() function
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1022850 (WebCore::ApplicationCacheGroup::setStorageID):
22859 (WebCore::ApplicationCacheResource::setStorageID):