Home
last modified time | relevance | path

Searched refs:aIncreasePeakUsage (Results 1 – 12 of 12) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/dom/localstorage/
H A DActorsChild.h90 const bool& aIncreasePeakUsage, const int64_t& aRequestedSize,
H A DActorsChild.cpp80 const bool& aIncreasePeakUsage, const int64_t& aRequestedSize, in AllocPBackgroundLSSnapshotChild() argument
H A DActorsParent.cpp1810 const bool& aIncreasePeakUsage, const int64_t& aRequestedSize,
1815 const nsString& aKey, const bool& aIncreasePeakUsage,
5356 const bool& aIncreasePeakUsage, const int64_t& aRequestedSize, in AllocPBackgroundLSSnapshotParent() argument
5360 if (NS_WARN_IF(aIncreasePeakUsage && aRequestedSize <= 0)) { in AllocPBackgroundLSSnapshotParent()
5365 if (NS_WARN_IF(aIncreasePeakUsage && aMinSize <= 0)) { in AllocPBackgroundLSSnapshotParent()
5383 const nsString& aKey, const bool& aIncreasePeakUsage, in RecvPBackgroundLSSnapshotConstructor() argument
5387 MOZ_ASSERT_IF(aIncreasePeakUsage, aRequestedSize > 0); in RecvPBackgroundLSSnapshotConstructor()
5388 MOZ_ASSERT_IF(aIncreasePeakUsage, aMinSize > 0); in RecvPBackgroundLSSnapshotConstructor()
5413 if (aIncreasePeakUsage) { in RecvPBackgroundLSSnapshotConstructor()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/localstorage/
H A DActorsChild.h82 const bool& aIncreasePeakUsage, const int64_t& aRequestedSize,
H A DActorsChild.cpp74 const bool& aIncreasePeakUsage, const int64_t& aRequestedSize, in AllocPBackgroundLSSnapshotChild() argument
H A DActorsParent.cpp1994 const bool& aIncreasePeakUsage, const int64_t& aRequestedSize,
1999 const nsString& aKey, const bool& aIncreasePeakUsage,
5807 const bool& aIncreasePeakUsage, const int64_t& aRequestedSize, in AllocPBackgroundLSSnapshotParent() argument
5811 if (NS_WARN_IF(aIncreasePeakUsage && aRequestedSize <= 0)) { in AllocPBackgroundLSSnapshotParent()
5816 if (NS_WARN_IF(aIncreasePeakUsage && aMinSize <= 0)) { in AllocPBackgroundLSSnapshotParent()
5834 const nsString& aKey, const bool& aIncreasePeakUsage, in RecvPBackgroundLSSnapshotConstructor() argument
5838 MOZ_ASSERT_IF(aIncreasePeakUsage, aRequestedSize > 0); in RecvPBackgroundLSSnapshotConstructor()
5839 MOZ_ASSERT_IF(aIncreasePeakUsage, aMinSize > 0); in RecvPBackgroundLSSnapshotConstructor()
5864 if (aIncreasePeakUsage) { in RecvPBackgroundLSSnapshotConstructor()
/dports/www/firefox/firefox-99.0/dom/localstorage/
H A DActorsChild.h90 const bool& aIncreasePeakUsage, const int64_t& aMinSize,
H A DActorsChild.cpp80 const bool& aIncreasePeakUsage, const int64_t& aMinSize, in AllocPBackgroundLSSnapshotChild() argument
H A DActorsParent.cpp1828 const bool& aIncreasePeakUsage, const int64_t& aMinSize,
1833 const nsString& aKey, const bool& aIncreasePeakUsage,
5517 const bool& aIncreasePeakUsage, const int64_t& aMinSize, in AllocPBackgroundLSSnapshotParent() argument
5521 if (NS_WARN_IF(aIncreasePeakUsage && aMinSize < 0)) { in AllocPBackgroundLSSnapshotParent()
5539 const nsString& aKey, const bool& aIncreasePeakUsage, in RecvPBackgroundLSSnapshotConstructor() argument
5542 MOZ_ASSERT_IF(aIncreasePeakUsage, aMinSize >= 0); in RecvPBackgroundLSSnapshotConstructor()
5567 if (aIncreasePeakUsage) { in RecvPBackgroundLSSnapshotConstructor()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/localstorage/
H A DActorsChild.h90 const bool& aIncreasePeakUsage, const int64_t& aRequestedSize,
H A DActorsChild.cpp80 const bool& aIncreasePeakUsage, const int64_t& aRequestedSize, in AllocPBackgroundLSSnapshotChild() argument
H A DActorsParent.cpp1810 const bool& aIncreasePeakUsage, const int64_t& aRequestedSize,
1815 const nsString& aKey, const bool& aIncreasePeakUsage,
5356 const bool& aIncreasePeakUsage, const int64_t& aRequestedSize, in AllocPBackgroundLSSnapshotParent() argument
5360 if (NS_WARN_IF(aIncreasePeakUsage && aRequestedSize <= 0)) { in AllocPBackgroundLSSnapshotParent()
5365 if (NS_WARN_IF(aIncreasePeakUsage && aMinSize <= 0)) { in AllocPBackgroundLSSnapshotParent()
5383 const nsString& aKey, const bool& aIncreasePeakUsage, in RecvPBackgroundLSSnapshotConstructor() argument
5387 MOZ_ASSERT_IF(aIncreasePeakUsage, aRequestedSize > 0); in RecvPBackgroundLSSnapshotConstructor()
5388 MOZ_ASSERT_IF(aIncreasePeakUsage, aMinSize > 0); in RecvPBackgroundLSSnapshotConstructor()
5413 if (aIncreasePeakUsage) { in RecvPBackgroundLSSnapshotConstructor()