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

  /external/chromium_org/content/browser/appcache/
appcache_storage_impl.h 83 class StoreGroupAndCacheTask;
96 typedef std::set<StoreGroupAndCacheTask*> PendingQuotaQueries;
appcache_storage_impl.cc 586 // StoreGroupAndCacheTask -------
588 class AppCacheStorageImpl::StoreGroupAndCacheTask : public StoreOrLoadTask {
590 StoreGroupAndCacheTask(AppCacheStorageImpl* storage, AppCacheGroup* group,
604 virtual ~StoreGroupAndCacheTask() {}
616 AppCacheStorageImpl::StoreGroupAndCacheTask::StoreGroupAndCacheTask(
632 void AppCacheStorageImpl::StoreGroupAndCacheTask::GetQuotaThenSchedule() {
653 base::Bind(&StoreGroupAndCacheTask::OnQuotaCallback, this));
656 void AppCacheStorageImpl::StoreGroupAndCacheTask::OnQuotaCallback(
670 void AppCacheStorageImpl::StoreGroupAndCacheTask::Run()
    [all...]

Completed in 693 milliseconds