Home
last modified time | relevance | path

Searched refs:StoreGroupAndCacheTask (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/webkit/browser/appcache/
Dappcache_storage_impl.cc587 class AppCacheStorageImpl::StoreGroupAndCacheTask : public StoreOrLoadTask { class in appcache::AppCacheStorageImpl
589 StoreGroupAndCacheTask(AppCacheStorageImpl* storage, AppCacheGroup* group,
602 virtual ~StoreGroupAndCacheTask() {} in ~StoreGroupAndCacheTask()
614 AppCacheStorageImpl::StoreGroupAndCacheTask::StoreGroupAndCacheTask( in StoreGroupAndCacheTask() function in appcache::AppCacheStorageImpl::StoreGroupAndCacheTask
630 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 …]
Dappcache_storage_impl.h81 class StoreGroupAndCacheTask; variable
94 typedef std::set<StoreGroupAndCacheTask*> PendingQuotaQueries;