Home
last modified time | relevance | path

Searched refs:NewGroupId (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/content/browser/appcache/
Dappcache_update_job_unittest.cc627 service_->storage()->NewGroupId()); in StartCacheAttemptTest()
662 service_->storage()->NewGroupId()); in StartUpgradeAttemptTest()
728 service_->storage()->NewGroupId()); in CacheAttemptFetchManifestFailTest()
755 service_->storage()->NewGroupId()); in UpgradeFetchManifestFailTest()
798 service_->storage()->NewGroupId()); in ManifestRedirectTest()
825 service_->storage()->NewGroupId()); in ManifestMissingMimeTypeTest()
862 service_->storage()->NewGroupId()); in ManifestNotFoundTest()
899 service_->storage()->NewGroupId()); in ManifestGoneTest()
925 service_->storage()->NewGroupId()); in CacheAttemptNotModifiedTest()
951 service_->storage()->NewGroupId()); in UpgradeNotModifiedTest()
[all …]
Dappcache_host_unittest.cc362 service_.storage(), GURL(), service_.storage()->NewGroupId())); in TEST_F()
389 service_.storage()->NewGroupId())); in TEST_F()
Dappcache_storage.h187 int64 NewGroupId() { in NewGroupId() function
Dmock_appcache_storage.cc204 group = new AppCacheGroup(service_->storage(), manifest_url, NewGroupId()); in ProcessLoadOrCreateGroup()
Dappcache_storage_impl.cc579 new AppCacheGroup(storage_, manifest_url_, storage_->NewGroupId()); in RunCompleted()
1447 this, manifest_url, NewGroupId())); in LoadOrCreateGroup()
Dappcache_request_handler_unittest.cc906 mock_storage()->NewGroupId()); in MakeNewCache()
Dappcache_storage_impl_unittest.cc608 storage(), kManifestUrl, storage()->NewGroupId()); in StoreNewGroup()
762 storage(), kManifestUrl, storage()->NewGroupId()); in FailStoreGroup()