mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 08:18:41 +09:00
parent
bd525435bf
commit
f019ffbb0b
5 changed files with 0 additions and 117 deletions
|
|
@ -64,9 +64,6 @@ class CacheObserver : public nsIObserver
|
|||
static bool CacheFSReported()
|
||||
{ return sCacheFSReported; }
|
||||
static void SetCacheFSReported();
|
||||
static bool HashStatsReported()
|
||||
{ return sHashStatsReported; }
|
||||
static void SetHashStatsReported();
|
||||
static void ParentDirOverride(nsIFile ** aDir);
|
||||
|
||||
static bool EntryIsTooBig(int64_t aSize, bool aUsingDisk);
|
||||
|
|
@ -83,7 +80,6 @@ private:
|
|||
|
||||
void StoreDiskCacheCapacity();
|
||||
void StoreCacheFSReported();
|
||||
void StoreHashStatsReported();
|
||||
void AttachToPreferences();
|
||||
|
||||
static uint32_t sUseNewCache;
|
||||
|
|
@ -107,7 +103,6 @@ private:
|
|||
static bool sSanitizeOnShutdown;
|
||||
static bool sClearCacheOnShutdown;
|
||||
static bool sCacheFSReported;
|
||||
static bool sHashStatsReported;
|
||||
static Atomic<uint32_t, Relaxed> sMaxShutdownIOLag;
|
||||
static Atomic<PRIntervalTime> sShutdownDemandedTime;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue