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 279 EXPECT_TRUE(db.InsertCache(&record));
280 EXPECT_FALSE(db.InsertCache(&record));
427 EXPECT_TRUE(db.InsertCache(&cache_record));
702 EXPECT_TRUE(db.InsertCache(&cache_record));
715 EXPECT_TRUE(db.InsertCache(&cache_record));
728 EXPECT_TRUE(db.InsertCache(&cache_record));
    [all...]
appcache_database.h 128 bool InsertCache(const CacheRecord* record);
appcache_database.cc 497 bool AppCacheDatabase::InsertCache(const CacheRecord* record) {
    [all...]
appcache_storage_impl_unittest.cc     [all...]
appcache_storage_impl.cc 732 database_->InsertCache(&cache_record_) &&
    [all...]

Completed in 125 milliseconds