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

  /external/chromium_org/webkit/browser/appcache/
appcache_database_unittest.cc 246 EXPECT_TRUE(db.InsertCache(&record));
247 EXPECT_FALSE(db.InsertCache(&record));
394 EXPECT_TRUE(db.InsertCache(&cache_record));
669 EXPECT_TRUE(db.InsertCache(&cache_record));
682 EXPECT_TRUE(db.InsertCache(&cache_record));
695 EXPECT_TRUE(db.InsertCache(&cache_record));
    [all...]
appcache_database.h 112 bool InsertCache(const CacheRecord* record);
appcache_database.cc 498 bool AppCacheDatabase::InsertCache(const CacheRecord* record) {
    [all...]
appcache_storage_impl_unittest.cc     [all...]
appcache_storage_impl.cc 714 database_->InsertCache(&cache_record_) &&
    [all...]

Completed in 42 milliseconds