Searched refs:cacheStorageID (Results 1 – 2 of 2) sorted by relevance
711 unsigned cacheStorageID = static_cast<unsigned>(m_database.lastInsertRowID()); in store() local718 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() argument778 ASSERT(cacheStorageID); in store()868 entryStatement.bindInt64(1, cacheStorageID); in store()
113 bool store(ApplicationCacheResource*, unsigned cacheStorageID);