Searched refs:StoreGroupAndNewestCache (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/webkit/browser/appcache/
H A Dappcache_test_helper.cc48 appcache_service->storage()->StoreGroupAndNewestCache(appcache_group,
H A Dappcache_storage.h117 virtual void StoreGroupAndNewestCache(
H A Dappcache_storage_impl.h45 virtual void StoreGroupAndNewestCache(AppCacheGroup* group,
H A Dmock_appcache_storage.h38 virtual void StoreGroupAndNewestCache(AppCacheGroup* group,
H A Dmock_appcache_storage_unittest.cc231 storage->StoreGroupAndNewestCache(group.get(), cache.get(), &delegate);
272 storage->StoreGroupAndNewestCache(group.get(), new_cache.get(), &delegate);
317 storage->StoreGroupAndNewestCache(group.get(), cache.get(), &delegate);
H A Dappcache_storage_impl_unittest.cc503 storage()->StoreGroupAndNewestCache(group_.get(), cache_.get(), delegate());
546 storage()->StoreGroupAndNewestCache(
598 storage()->StoreGroupAndNewestCache(group_.get(), cache_.get(), delegate());
654 storage()->StoreGroupAndNewestCache(group_.get(), cache_.get(), delegate());
H A Dmock_appcache_storage.cc83 void MockAppCacheStorage::StoreGroupAndNewestCache( function in class:appcache::MockAppCacheStorage
199 // until StoreGroupAndNewestCache is called.
H A Dappcache_update_job.cc760 ->StoreGroupAndNewestCache(group_, newest_cache.get(), this); // async
H A Dappcache_storage_impl.cc1428 void AppCacheStorageImpl::StoreGroupAndNewestCache( function in class:appcache::AppCacheStorageImpl

Completed in 171 milliseconds