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

  /external/chromium_org/webkit/browser/appcache/
appcache_database.h 176 bool InsertDeletableResponseIds(const std::vector<int64>& response_ids);
appcache_storage_impl.cc 63 database->InsertDeletableResponseIds(*deletable_response_ids);
718 database_->InsertDeletableResponseIds(newly_deletable_response_ids_);
    [all...]
appcache_database.cc 844 bool AppCacheDatabase::InsertDeletableResponseIds(
    [all...]
  /external/chromium_org/content/browser/appcache/
appcache_database_unittest.cc 622 EXPECT_TRUE(db.InsertDeletableResponseIds(ids));
640 EXPECT_FALSE(db.InsertDeletableResponseIds(ids));
645 EXPECT_TRUE(db.InsertDeletableResponseIds(ids));
    [all...]

Completed in 372 milliseconds