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

  /external/chromium_org/webkit/browser/appcache/
appcache_database_unittest.cc 538 EXPECT_TRUE(db.GetDeletableResponseIds(&ids, kint64max, 100));
545 EXPECT_TRUE(db.GetDeletableResponseIds(&ids, kint64max, 100));
571 EXPECT_TRUE(db.GetDeletableResponseIds(&ids, kint64max, 100));
578 EXPECT_TRUE(db.GetDeletableResponseIds(&ids, kint64max, 5));
585 EXPECT_TRUE(db.GetDeletableResponseIds(&ids, 5, 100));
593 EXPECT_TRUE(db.GetDeletableResponseIds(&ids, kint64max, 100));
    [all...]
appcache_database.h 155 bool GetDeletableResponseIds(std::vector<int64>* response_ids,
appcache_database.cc 822 bool AppCacheDatabase::GetDeletableResponseIds(
    [all...]
appcache_storage_impl.cc     [all...]

Completed in 936 milliseconds