Lines Matching refs:QuotaClient

416 class QuotaClient final : public mozilla::dom::quota::Client {  class
417 static QuotaClient* sInstance;
422 QuotaClient();
446 NS_INLINE_DECL_THREADSAFE_REFCOUNTING(QuotaClient, override)
477 ~QuotaClient() override;
499 if (NS_WARN_IF(QuotaClient::IsShuttingDownOnBackgroundThread())) { in AllocPBackgroundSDBConnectionParent()
529 MOZ_ASSERT(!QuotaClient::IsShuttingDownOnBackgroundThread()); in RecvPBackgroundSDBConnectionConstructor()
548 RefPtr<QuotaClient> client = new QuotaClient(); in CreateQuotaClient()
634 MOZ_ASSERT(!QuotaClient::IsShuttingDownOnBackgroundThread()); in Connection()
797 NS_WARN_IF(QuotaClient::IsShuttingDownOnBackgroundThread())) { in AllocPBackgroundSDBRequestParent()
862 !QuotaClient::IsShuttingDownOnBackgroundThread()); in RecvPBackgroundSDBRequestConstructor()
913 if (NS_WARN_IF(QuotaClient::IsShuttingDownOnBackgroundThread()) || in Dispatch()
1032 if (NS_WARN_IF(QuotaClient::IsShuttingDownOnNonBackgroundThread()) || in Open()
1118 MOZ_ASSERT(!QuotaClient::IsShuttingDownOnBackgroundThread()); in OpenDirectory()
1135 if (NS_WARN_IF(QuotaClient::IsShuttingDownOnBackgroundThread()) || in SendToIOThread()
1163 if (NS_WARN_IF(QuotaClient::IsShuttingDownOnNonBackgroundThread()) || in DatabaseWork()
1608 QuotaClient* QuotaClient::sInstance = nullptr;
1610 QuotaClient::QuotaClient() : mShutdownRequested(false) { in QuotaClient() function in mozilla::dom::QuotaClient
1617 QuotaClient::~QuotaClient() { in ~QuotaClient()
1624 mozilla::dom::quota::Client::Type QuotaClient::GetType() { in GetType()
1625 return QuotaClient::SDB; in GetType()
1628 nsresult QuotaClient::InitOrigin(PersistenceType aPersistenceType, in InitOrigin()
1643 nsresult QuotaClient::GetUsageForOrigin(PersistenceType aPersistenceType, in GetUsageForOrigin()
1718 void QuotaClient::OnOriginClearCompleted(PersistenceType aPersistenceType, in OnOriginClearCompleted()
1723 void QuotaClient::ReleaseIOThreadObjects() { AssertIsOnIOThread(); } in ReleaseIOThreadObjects()
1725 void QuotaClient::AbortOperations(const nsACString& aOrigin) { in AbortOperations()
1737 void QuotaClient::AbortOperationsForProcess(ContentParentId aContentParentId) { in AbortOperationsForProcess()
1741 void QuotaClient::StartIdleMaintenance() { AssertIsOnBackgroundThread(); } in StartIdleMaintenance()
1743 void QuotaClient::StopIdleMaintenance() { AssertIsOnBackgroundThread(); } in StopIdleMaintenance()
1745 void QuotaClient::ShutdownWorkThreads() { in ShutdownWorkThreads()