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

  /external/chromium_org/content/browser/appcache/
appcache_database.h 118 bool FindGroupForCache(int64 cache_id, GroupRecord* record);
appcache_database_unittest.cc 332 EXPECT_FALSE(db.FindGroupForCache(1, &record));
430 EXPECT_TRUE(db.FindGroupForCache(1, &record));
    [all...]
appcache_storage_impl.cc     [all...]
appcache_database.cc 374 bool AppCacheDatabase::FindGroupForCache(int64 cache_id, GroupRecord* record) {
    [all...]

Completed in 75 milliseconds