Searched defs:cacheStorageID (Results 1 - 1 of 1) sorted by relevance

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

Completed in 74 milliseconds