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

  /external/chromium_org/content/browser/appcache/
appcache_database.h 131 bool FindEntriesForCache(
appcache_database_unittest.cc 219 EXPECT_TRUE(db.FindEntriesForCache(1, &found));
230 EXPECT_TRUE(db.FindEntriesForCache(1, &found));
235 EXPECT_TRUE(db.FindEntriesForCache(2, &found));
250 EXPECT_TRUE(db.FindEntriesForCache(2, &found));
    [all...]
appcache_database.cc 529 bool AppCacheDatabase::FindEntriesForCache(
    [all...]
appcache_storage_impl_unittest.cc 732 EXPECT_TRUE(database()->FindEntriesForCache(1, &entry_records));
841 database()->FindEntriesForCache(1, &entry_records);
    [all...]
appcache_storage_impl.cc 417 return database_->FindEntriesForCache(cache_id, &entry_records_) &&
    [all...]

Completed in 57 milliseconds