Home
last modified time | relevance | path

Searched refs:cacheStorageID (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/loader/appcache/
DApplicationCacheStorage.cpp711 unsigned cacheStorageID = static_cast<unsigned>(m_database.lastInsertRowID()); in store() local
718 if (!store(it->second.get(), cacheStorageID)) in store()
736 statement.bindInt64(2, cacheStorageID); in store()
749 statement.bindInt64(2, cacheStorageID); in store()
765 statement.bindInt64(3, cacheStorageID); in store()
772 cache->setStorageID(cacheStorageID); in store()
776 bool ApplicationCacheStorage::store(ApplicationCacheResource* resource, unsigned cacheStorageID) in store() argument
778 ASSERT(cacheStorageID); in store()
868 entryStatement.bindInt64(1, cacheStorageID); in store()
DApplicationCacheStorage.h113 bool store(ApplicationCacheResource*, unsigned cacheStorageID);