Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/appcache/
H A Dappcache_storage_impl.cc610 class AppCacheStorageImpl::StoreGroupAndCacheTask : public StoreOrLoadTask { class in content::AppCacheStorageImpl
612 StoreGroupAndCacheTask(AppCacheStorageImpl* storage, AppCacheGroup* group,
626 ~StoreGroupAndCacheTask() override = default;
638 AppCacheStorageImpl::StoreGroupAndCacheTask::StoreGroupAndCacheTask( in StoreGroupAndCacheTask() function in content::AppCacheStorageImpl::StoreGroupAndCacheTask
661 void AppCacheStorageImpl::StoreGroupAndCacheTask::GetQuotaThenSchedule() { in GetQuotaThenSchedule()
676 base::BindOnce(&StoreGroupAndCacheTask::OnQuotaCallback, this)); in GetQuotaThenSchedule()
679 void AppCacheStorageImpl::StoreGroupAndCacheTask::OnQuotaCallback( in OnQuotaCallback()
693 void AppCacheStorageImpl::StoreGroupAndCacheTask::Run() { in Run()
790 void AppCacheStorageImpl::StoreGroupAndCacheTask::RunCompleted() { in RunCompleted()
814 void AppCacheStorageImpl::StoreGroupAndCacheTask::CancelCompletion() { in CancelCompletion()
[all …]
H A Dappcache_storage_impl.h92 class StoreGroupAndCacheTask; variable
107 using PendingQuotaQueries = std::set<StoreGroupAndCacheTask*>;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/appcache/
H A Dappcache_storage_impl.cc594 class AppCacheStorageImpl::StoreGroupAndCacheTask : public StoreOrLoadTask { class in content::AppCacheStorageImpl
596 StoreGroupAndCacheTask(AppCacheStorageImpl* storage, AppCacheGroup* group,
610 ~StoreGroupAndCacheTask() override = default;
622 AppCacheStorageImpl::StoreGroupAndCacheTask::StoreGroupAndCacheTask( in StoreGroupAndCacheTask() function in content::AppCacheStorageImpl::StoreGroupAndCacheTask
649 void AppCacheStorageImpl::StoreGroupAndCacheTask::GetQuotaThenSchedule() { in GetQuotaThenSchedule()
664 base::BindOnce(&StoreGroupAndCacheTask::OnQuotaCallback, this)); in GetQuotaThenSchedule()
667 void AppCacheStorageImpl::StoreGroupAndCacheTask::OnQuotaCallback( in OnQuotaCallback()
681 void AppCacheStorageImpl::StoreGroupAndCacheTask::Run() { in Run()
782 void AppCacheStorageImpl::StoreGroupAndCacheTask::RunCompleted() { in RunCompleted()
806 void AppCacheStorageImpl::StoreGroupAndCacheTask::CancelCompletion() { in CancelCompletion()
[all …]
H A Dappcache_storage_impl.h92 class StoreGroupAndCacheTask; variable
107 using PendingQuotaQueries = std::set<StoreGroupAndCacheTask*>;