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 129 bool FindCachesForOrigin(
appcache_database.cc 222 if (!FindCachesForOrigin(origin, &records))
479 bool AppCacheDatabase::FindCachesForOrigin(
    [all...]
  /external/chromium_org/content/browser/appcache/
appcache_database_unittest.cc 694 EXPECT_TRUE(db.FindCachesForOrigin(kOrigin, &cache_records));
738 EXPECT_TRUE(db.FindCachesForOrigin(kOrigin, &cache_records));
741 EXPECT_TRUE(db.FindCachesForOrigin(kOtherOrigin, &cache_records));
    [all...]

Completed in 46 milliseconds