Home
last modified time | relevance | path

Searched refs:aProofOfLock (Results 151 – 175 of 305) sorted by relevance

12345678910>>...13

/dports/www/firefox-legacy/firefox-52.8.0esr/security/certverifier/
H A DOCSPCache.h123 const MutexAutoLock& aProofOfLock);
124 void MakeMostRecentlyUsed(size_t aIndex, const MutexAutoLock& aProofOfLock);
/dports/lang/spidermonkey78/firefox-78.9.0/security/certverifier/
H A DOCSPCache.h120 /*out*/ size_t& index, const MutexAutoLock& aProofOfLock);
121 void MakeMostRecentlyUsed(size_t aIndex, const MutexAutoLock& aProofOfLock);
/dports/lang/spidermonkey60/firefox-60.9.0/security/manager/ssl/
H A DDataStorage.cpp586 const MutexAutoLock& aProofOfLock) { in GetInternal() argument
587 DataStorageTable& table = GetTableForType(aType, aProofOfLock); in GetInternal()
608 const MutexAutoLock& aProofOfLock) { in ReadAllFromTable() argument
609 for (auto iter = GetTableForType(aType, aProofOfLock).Iter(); !iter.Done(); in ReadAllFromTable()
637 const MutexAutoLock& aProofOfLock) { in MaybeEvictOneEntry() argument
638 DataStorageTable& table = GetTableForType(aType, aProofOfLock); in MaybeEvictOneEntry()
714 const MutexAutoLock& aProofOfLock) { in PutInternal() argument
715 DataStorageTable& table = GetTableForType(aType, aProofOfLock); in PutInternal()
719 return AsyncSetTimer(aProofOfLock); in PutInternal()
H A DnsCertOverrideService.cpp165 nsresult nsCertOverrideService::Read(const MutexAutoLock &aProofOfLock) { in Read() argument
246 algo_string, fingerprint, bits, db_key, aProofOfLock); in Read()
252 nsresult nsCertOverrideService::Write(const MutexAutoLock &aProofOfLock) { in Write() argument
505 const nsACString &dbKey, const MutexAutoLock &aProofOfLock) { in AddEntryToList() argument
563 const MutexAutoLock &aProofOfLock) { in CountPermanentOverrideTelemetry() argument
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/threads/
H A DInputTaskManager.h21 const MutexAutoLock& aProofOfLock) final;
51 bool IsSuspended(const MutexAutoLock& aProofOfLock) override { in IsSuspended() argument
/dports/www/firefox/firefox-99.0/xpcom/threads/
H A DInputTaskManager.h21 const MutexAutoLock& aProofOfLock) final;
51 bool IsSuspended(const MutexAutoLock& aProofOfLock) override { in IsSuspended() argument
H A DTimerThread.h47 nsresult AddTimer(nsTimerImpl* aTimer, const MutexAutoLock& aProofOfLock);
48 nsresult RemoveTimer(nsTimerImpl* aTimer, const MutexAutoLock& aProofOfLock);
H A DnsTimerImpl.h104 const mozilla::MutexAutoLock& aProofOfLock);
134 void GetName(nsACString& aName, const mozilla::MutexAutoLock& aProofOfLock);
H A DTimerThread.cpp504 const MutexAutoLock& aProofOfLock) { in AddTimer() argument
561 aTimer->GetName(name, aProofOfLock); in AddTimer()
577 const MutexAutoLock& aProofOfLock) { in RemoveTimer() argument
595 aTimer->GetName(name, aProofOfLock); in RemoveTimer()
/dports/www/firefox-esr/firefox-91.8.0/xpcom/threads/
H A DInputTaskManager.h21 const MutexAutoLock& aProofOfLock) final;
51 bool IsSuspended(const MutexAutoLock& aProofOfLock) override { in IsSuspended() argument
/dports/www/firefox-esr/firefox-91.8.0/dom/file/
H A DMutableBlobStorage.cpp439 bool MutableBlobStorage::ExpandBufferSize(const MutexAutoLock& aProofOfLock, in ExpandBufferSize() argument
471 const MutexAutoLock& aProofOfLock, uint64_t aSize) const { in ShouldBeTemporaryStorage() argument
485 const MutexAutoLock& aProofOfLock) { in MaybeCreateTemporaryFile() argument
502 MaybeCreateTemporaryFileOnMainThread(aProofOfLock); in MaybeCreateTemporaryFile()
507 const MutexAutoLock& aProofOfLock) { in MaybeCreateTemporaryFileOnMainThread() argument
/dports/lang/spidermonkey78/firefox-78.9.0/dom/file/
H A DMutableBlobStorage.cpp440 bool MutableBlobStorage::ExpandBufferSize(const MutexAutoLock& aProofOfLock, in ExpandBufferSize() argument
472 const MutexAutoLock& aProofOfLock, uint64_t aSize) const { in ShouldBeTemporaryStorage() argument
486 const MutexAutoLock& aProofOfLock) { in MaybeCreateTemporaryFile() argument
503 MaybeCreateTemporaryFileOnMainThread(aProofOfLock); in MaybeCreateTemporaryFile()
508 const MutexAutoLock& aProofOfLock) { in MaybeCreateTemporaryFileOnMainThread() argument
/dports/www/firefox/firefox-99.0/dom/file/
H A DMutableBlobStorage.cpp439 bool MutableBlobStorage::ExpandBufferSize(const MutexAutoLock& aProofOfLock, in ExpandBufferSize() argument
471 const MutexAutoLock& aProofOfLock, uint64_t aSize) const { in ShouldBeTemporaryStorage() argument
485 const MutexAutoLock& aProofOfLock) { in MaybeCreateTemporaryFile() argument
502 MaybeCreateTemporaryFileOnMainThread(aProofOfLock); in MaybeCreateTemporaryFile()
507 const MutexAutoLock& aProofOfLock) { in MaybeCreateTemporaryFileOnMainThread() argument
/dports/mail/thunderbird/thunderbird-91.8.0/dom/file/
H A DMutableBlobStorage.cpp439 bool MutableBlobStorage::ExpandBufferSize(const MutexAutoLock& aProofOfLock, in ExpandBufferSize() argument
471 const MutexAutoLock& aProofOfLock, uint64_t aSize) const { in ShouldBeTemporaryStorage() argument
485 const MutexAutoLock& aProofOfLock) { in MaybeCreateTemporaryFile() argument
502 MaybeCreateTemporaryFileOnMainThread(aProofOfLock); in MaybeCreateTemporaryFile()
507 const MutexAutoLock& aProofOfLock) { in MaybeCreateTemporaryFileOnMainThread() argument
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/xre/
H A DUntrustedModulesProcessor.h75 void ScheduleNonEmptyQueueProcessing(const MutexAutoLock& aProofOfLock);
76 void CancelScheduledProcessing(const MutexAutoLock& aProofOfLock);
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/xre/
H A DUntrustedModulesProcessor.h75 void ScheduleNonEmptyQueueProcessing(const MutexAutoLock& aProofOfLock);
76 void CancelScheduledProcessing(const MutexAutoLock& aProofOfLock);
/dports/www/firefox/firefox-99.0/toolkit/xre/dllservices/
H A DUntrustedModulesProcessor.h80 void ScheduleNonEmptyQueueProcessing(const MutexAutoLock& aProofOfLock);
81 void CancelScheduledProcessing(const MutexAutoLock& aProofOfLock);
/dports/www/firefox-esr/firefox-91.8.0/toolkit/xre/
H A DUntrustedModulesProcessor.h75 void ScheduleNonEmptyQueueProcessing(const MutexAutoLock& aProofOfLock);
76 void CancelScheduledProcessing(const MutexAutoLock& aProofOfLock);
/dports/lang/spidermonkey78/firefox-78.9.0/security/manager/ssl/
H A DDataStorage.cpp759 const MutexAutoLock& aProofOfLock) { in GetInternal() argument
760 DataStorageTable& table = GetTableForType(aType, aProofOfLock); in GetInternal()
781 const MutexAutoLock& aProofOfLock) { in ReadAllFromTable() argument
782 for (auto iter = GetTableForType(aType, aProofOfLock).Iter(); !iter.Done(); in ReadAllFromTable()
810 const MutexAutoLock& aProofOfLock) { in MaybeEvictOneEntry() argument
811 DataStorageTable& table = GetTableForType(aType, aProofOfLock); in MaybeEvictOneEntry()
896 const MutexAutoLock& aProofOfLock) { in PutInternal() argument
897 DataStorageTable& table = GetTableForType(aType, aProofOfLock); in PutInternal()
901 return AsyncSetTimer(aProofOfLock); in PutInternal()
H A DnsCertOverrideService.cpp163 nsresult nsCertOverrideService::Read(const MutexAutoLock& aProofOfLock) { in Read() argument
243 fingerprint, bits, db_key, aProofOfLock); in Read()
250 nsresult nsCertOverrideService::Write(const MutexAutoLock& aProofOfLock) { in Write() argument
478 const MutexAutoLock& aProofOfLock) { in AddEntryToList() argument
560 const MutexAutoLock& aProofOfLock) { in CountPermanentOverrideTelemetry() argument
/dports/www/firefox/firefox-99.0/widget/gtk/
H A DDMABufSurface.cpp269 bool DMABufSurface::OpenFileDescriptors(const MutexAutoLock& aProofOfLock) { in OpenFileDescriptors() argument
271 if (!OpenFileDescriptorForPlane(aProofOfLock, i)) { in OpenFileDescriptors()
281 void DMABufSurface::CloseFileDescriptors(const MutexAutoLock& aProofOfLock, in CloseFileDescriptors() argument
284 CloseFileDescriptorForPlane(aProofOfLock, i, aForceClose); in CloseFileDescriptors()
305 const MutexAutoLock& aProofOfLock, int aPlane) { in OpenFileDescriptorForPlane() argument
323 CloseFileDescriptors(aProofOfLock); in OpenFileDescriptorForPlane()
331 const MutexAutoLock& aProofOfLock, int aPlane, bool aForceClose = false) { in CloseFileDescriptorForPlane() argument
854 const MutexAutoLock& aProofOfLock, int aPlane) { in OpenFileDescriptorForPlane() argument
872 CloseFileDescriptors(aProofOfLock); in OpenFileDescriptorForPlane()
879 const MutexAutoLock& aProofOfLock, int aPlane, bool aForceClose = false) { in CloseFileDescriptorForPlane() argument
/dports/www/firefox-esr/firefox-91.8.0/netwerk/cache2/
H A DCacheIndexContextIterator.h23 const StaticMutexAutoLock& aProofOfLock) override;
/dports/www/firefox/firefox-99.0/netwerk/cache2/
H A DCacheIndexContextIterator.h23 const StaticMutexAutoLock& aProofOfLock) override;
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/cache2/
H A DCacheIndexContextIterator.h23 const StaticMutexAutoLock& aProofOfLock) override;
/dports/www/firefox/firefox-99.0/gfx/layers/
H A DNativeLayerWayland.h74 bool CommitToScreen(const MutexAutoLock& aProofOfLock);
147 void HandlePartialUpdate(const MutexAutoLock& aProofOfLock);

12345678910>>...13