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

/external/chromium_org/webkit/browser/appcache/
H A Dappcache_database.cc828 std::vector<int64>* response_ids, int64 max_rowid, int limit) {
838 statement.BindInt64(0, max_rowid);
827 GetDeletableResponseIds( std::vector<int64>* response_ids, int64 max_rowid, int limit) argument
H A Dappcache_storage_impl.cc1195 GetDeletableResponseIdsTask(AppCacheStorageImpl* storage, int64 max_rowid) argument
1196 : DatabaseTask(storage), max_rowid_(max_rowid) {}

Completed in 119 milliseconds