HomeSort by relevance Sort by last modified time
    Searched refs:GetDeletableResponseIds (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/content/browser/appcache/
appcache_database_unittest.cc 612 EXPECT_TRUE(db.GetDeletableResponseIds(&ids, kint64max, 100));
619 EXPECT_TRUE(db.GetDeletableResponseIds(&ids, kint64max, 100));
645 EXPECT_TRUE(db.GetDeletableResponseIds(&ids, kint64max, 100));
652 EXPECT_TRUE(db.GetDeletableResponseIds(&ids, kint64max, 5));
659 EXPECT_TRUE(db.GetDeletableResponseIds(&ids, 5, 100));
667 EXPECT_TRUE(db.GetDeletableResponseIds(&ids, kint64max, 100));
    [all...]
appcache_database.h 171 bool GetDeletableResponseIds(std::vector<int64>* response_ids,
appcache_database.cc 826 bool AppCacheDatabase::GetDeletableResponseIds(
    [all...]
appcache_storage_impl.cc     [all...]

Completed in 70 milliseconds