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

  /external/chromium_org/content/browser/appcache/
appcache_update_job_unittest.cc 627 service_->storage()->NewGroupId());
662 service_->storage()->NewGroupId());
728 service_->storage()->NewGroupId());
755 service_->storage()->NewGroupId());
798 service_->storage()->NewGroupId());
825 service_->storage()->NewGroupId());
862 service_->storage()->NewGroupId());
899 service_->storage()->NewGroupId());
    [all...]
appcache_storage.h 187 int64 NewGroupId() {
appcache_host_unittest.cc 362 service_.storage(), GURL(), service_.storage()->NewGroupId()));
389 service_.storage()->NewGroupId()));
mock_appcache_storage.cc 204 group = new AppCacheGroup(service_->storage(), manifest_url, NewGroupId());
appcache_storage_impl.cc 579 new AppCacheGroup(storage_, manifest_url_, storage_->NewGroupId());
    [all...]
appcache_request_handler_unittest.cc     [all...]
appcache_storage_impl_unittest.cc 608 storage(), kManifestUrl, storage()->NewGroupId());
762 storage(), kManifestUrl, storage()->NewGroupId());
    [all...]

Completed in 1507 milliseconds