Searched refs:NewGroupId (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/content/browser/appcache/ |
D | appcache_update_job_unittest.cc | 627 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 …]
|
D | appcache_host_unittest.cc | 362 service_.storage(), GURL(), service_.storage()->NewGroupId())); in TEST_F() 389 service_.storage()->NewGroupId())); in TEST_F()
|
D | appcache_storage.h | 187 int64 NewGroupId() { in NewGroupId() function
|
D | mock_appcache_storage.cc | 204 group = new AppCacheGroup(service_->storage(), manifest_url, NewGroupId()); in ProcessLoadOrCreateGroup()
|
D | appcache_storage_impl.cc | 579 new AppCacheGroup(storage_, manifest_url_, storage_->NewGroupId()); in RunCompleted() 1447 this, manifest_url, NewGroupId())); in LoadOrCreateGroup()
|
D | appcache_request_handler_unittest.cc | 906 mock_storage()->NewGroupId()); in MakeNewCache()
|
D | appcache_storage_impl_unittest.cc | 608 storage(), kManifestUrl, storage()->NewGroupId()); in StoreNewGroup() 762 storage(), kManifestUrl, storage()->NewGroupId()); in FailStoreGroup()
|