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

  /external/chromium_org/content/test/
appcache_test_helper.cc 48 appcache_service->storage()->StoreGroupAndNewestCache(appcache_group,
  /external/chromium_org/content/browser/appcache/
appcache_storage_impl.h 48 virtual void StoreGroupAndNewestCache(AppCacheGroup* group,
appcache_storage.h 123 virtual void StoreGroupAndNewestCache(
mock_appcache_storage.h 56 virtual void StoreGroupAndNewestCache(AppCacheGroup* group,
mock_appcache_storage_unittest.cc 232 storage->StoreGroupAndNewestCache(group.get(), cache.get(), &delegate);
273 storage->StoreGroupAndNewestCache(group.get(), new_cache.get(), &delegate);
318 storage->StoreGroupAndNewestCache(group.get(), cache.get(), &delegate);
mock_appcache_storage.cc 83 void MockAppCacheStorage::StoreGroupAndNewestCache(
202 // until StoreGroupAndNewestCache is called.
appcache_storage_impl_unittest.cc 619 storage()->StoreGroupAndNewestCache(group_.get(), cache_.get(), delegate());
662 storage()->StoreGroupAndNewestCache(
714 storage()->StoreGroupAndNewestCache(group_.get(), cache_.get(), delegate());
770 storage()->StoreGroupAndNewestCache(group_.get(), cache_.get(), delegate());
    [all...]
appcache_storage_impl.cc     [all...]
appcache_update_job.cc     [all...]

Completed in 211 milliseconds