Searched refs:StoreGroupAndCacheTask (Results 1 – 2 of 2) sorted by relevance
587 class AppCacheStorageImpl::StoreGroupAndCacheTask : public StoreOrLoadTask { class in appcache::AppCacheStorageImpl589 StoreGroupAndCacheTask(AppCacheStorageImpl* storage, AppCacheGroup* group,602 virtual ~StoreGroupAndCacheTask() {} in ~StoreGroupAndCacheTask()614 AppCacheStorageImpl::StoreGroupAndCacheTask::StoreGroupAndCacheTask( in StoreGroupAndCacheTask() function in appcache::AppCacheStorageImpl::StoreGroupAndCacheTask630 void AppCacheStorageImpl::StoreGroupAndCacheTask::GetQuotaThenSchedule() { in GetQuotaThenSchedule()650 base::Bind(&StoreGroupAndCacheTask::OnQuotaCallback, this)); in GetQuotaThenSchedule()653 void AppCacheStorageImpl::StoreGroupAndCacheTask::OnQuotaCallback( in OnQuotaCallback()665 void AppCacheStorageImpl::StoreGroupAndCacheTask::Run() { in Run()767 void AppCacheStorageImpl::StoreGroupAndCacheTask::RunCompleted() { in RunCompleted()790 void AppCacheStorageImpl::StoreGroupAndCacheTask::CancelCompletion() { in CancelCompletion()[all …]
81 class StoreGroupAndCacheTask; variable94 typedef std::set<StoreGroupAndCacheTask*> PendingQuotaQueries;