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

  /external/chromium_org/webkit/browser/appcache/
appcache_database.h 110 bool FindCachesForOrigin(
appcache_database_unittest.cc 614 EXPECT_TRUE(db.FindCachesForOrigin(kOrigin, &cache_records));
658 EXPECT_TRUE(db.FindCachesForOrigin(kOrigin, &cache_records));
661 EXPECT_TRUE(db.FindCachesForOrigin(kOtherOrigin, &cache_records));
    [all...]
appcache_database.cc 219 if (!FindCachesForOrigin(origin, &records))
476 bool AppCacheDatabase::FindCachesForOrigin(
    [all...]

Completed in 44 milliseconds