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

  /external/chromium_org/webkit/browser/appcache/
appcache_test_helper.cc 48 appcache_service->storage()->StoreGroupAndNewestCache(appcache_group,
appcache_storage_impl.h 45 virtual void StoreGroupAndNewestCache(AppCacheGroup* group,
appcache_storage.h 117 virtual void StoreGroupAndNewestCache(
mock_appcache_storage.h 38 virtual void StoreGroupAndNewestCache(AppCacheGroup* group,
mock_appcache_storage_unittest.cc 231 storage->StoreGroupAndNewestCache(group.get(), cache.get(), &delegate);
272 storage->StoreGroupAndNewestCache(group.get(), new_cache.get(), &delegate);
317 storage->StoreGroupAndNewestCache(group.get(), cache.get(), &delegate);
appcache_storage_impl_unittest.cc 503 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());
    [all...]
mock_appcache_storage.cc 83 void MockAppCacheStorage::StoreGroupAndNewestCache(
199 // until StoreGroupAndNewestCache is called.
appcache_update_job.cc 760 ->StoreGroupAndNewestCache(group_, newest_cache.get(), this); // async
    [all...]
appcache_storage_impl.cc     [all...]

Completed in 75 milliseconds