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

  /external/chromium_org/content/browser/appcache/
appcache_database_unittest.cc 285 EXPECT_TRUE(db.InsertCache(&record));
286 EXPECT_FALSE(db.InsertCache(&record));
433 EXPECT_TRUE(db.InsertCache(&cache_record));
708 EXPECT_TRUE(db.InsertCache(&cache_record));
721 EXPECT_TRUE(db.InsertCache(&cache_record));
734 EXPECT_TRUE(db.InsertCache(&cache_record));
    [all...]
appcache_storage_impl_unittest.cc     [all...]
  /external/chromium_org/webkit/browser/appcache/
appcache_database.h 131 bool InsertCache(const CacheRecord* record);
appcache_database.cc 496 bool AppCacheDatabase::InsertCache(const CacheRecord* record) {
    [all...]
appcache_storage_impl.cc 727 database_->InsertCache(&cache_record_) &&
    [all...]

Completed in 514 milliseconds