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 655 EXPECT_TRUE(db.FindCachesForOrigin(kOrigin, &cache_records));
699 EXPECT_TRUE(db.FindCachesForOrigin(kOrigin, &cache_records));
702 EXPECT_TRUE(db.FindCachesForOrigin(kOtherOrigin, &cache_records));
    [all...]
appcache_database.cc 224 if (!FindCachesForOrigin(origin, &records))
481 bool AppCacheDatabase::FindCachesForOrigin(
    [all...]

Completed in 423 milliseconds