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 618 EXPECT_TRUE(db.GetDeletableResponseIds(&ids, kint64max, 100));
625 EXPECT_TRUE(db.GetDeletableResponseIds(&ids, kint64max, 100));
651 EXPECT_TRUE(db.GetDeletableResponseIds(&ids, kint64max, 100));
658 EXPECT_TRUE(db.GetDeletableResponseIds(&ids, kint64max, 5));
665 EXPECT_TRUE(db.GetDeletableResponseIds(&ids, 5, 100));
673 EXPECT_TRUE(db.GetDeletableResponseIds(&ids, kint64max, 100));
    [all...]
  /external/chromium_org/webkit/browser/appcache/
appcache_database.h 174 bool GetDeletableResponseIds(std::vector<int64>* response_ids,
appcache_database.cc 825 bool AppCacheDatabase::GetDeletableResponseIds(
    [all...]
appcache_storage_impl.cc     [all...]

Completed in 46 milliseconds