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/webkit/browser/appcache/
appcache_storage_impl.h 46 virtual void StoreGroupAndNewestCache(AppCacheGroup* group,
appcache_storage.h 127 virtual void StoreGroupAndNewestCache(
appcache_storage_impl.cc     [all...]
appcache_update_job.cc     [all...]
  /external/chromium_org/content/browser/appcache/
mock_appcache_storage.h 67 virtual void StoreGroupAndNewestCache(AppCacheGroup* group,
mock_appcache_storage_unittest.cc 244 storage->StoreGroupAndNewestCache(group.get(), cache.get(), &delegate);
285 storage->StoreGroupAndNewestCache(group.get(), new_cache.get(), &delegate);
330 storage->StoreGroupAndNewestCache(group.get(), cache.get(), &delegate);
mock_appcache_storage.cc 90 void MockAppCacheStorage::StoreGroupAndNewestCache(
209 // until StoreGroupAndNewestCache is called.
appcache_storage_impl_unittest.cc 643 storage()->StoreGroupAndNewestCache(group_.get(), cache_.get(), delegate());
686 storage()->StoreGroupAndNewestCache(
738 storage()->StoreGroupAndNewestCache(group_.get(), cache_.get(), delegate());
794 storage()->StoreGroupAndNewestCache(group_.get(), cache_.get(), delegate());
    [all...]

Completed in 189 milliseconds