Home
last modified time | relevance | path

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

/dports/www/firefox-esr/firefox-91.8.0/dom/localstorage/
H A DActorsParent.cpp4508 int64_t sizeOfItems = 0; in GetSnapshotLoadInfo() local
4512 sizeOfItems += sizeOfKey + static_cast<int64_t>(item.value().Length()); in GetSnapshotLoadInfo()
4515 MOZ_ASSERT(mSizeOfItems == sizeOfItems); in GetSnapshotLoadInfo()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/localstorage/
H A DActorsParent.cpp4508 int64_t sizeOfItems = 0; in GetSnapshotLoadInfo() local
4512 sizeOfItems += sizeOfKey + static_cast<int64_t>(item.value().Length()); in GetSnapshotLoadInfo()
4515 MOZ_ASSERT(mSizeOfItems == sizeOfItems); in GetSnapshotLoadInfo()
/dports/www/firefox/firefox-99.0/dom/localstorage/
H A DActorsParent.cpp4643 int64_t sizeOfItems = 0; in GetSnapshotLoadInfo() local
4647 sizeOfItems += sizeOfKey + static_cast<int64_t>(item.value().Length()); in GetSnapshotLoadInfo()
4650 MOZ_ASSERT(mSizeOfItems == sizeOfItems); in GetSnapshotLoadInfo()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/localstorage/
H A DActorsParent.cpp4961 int64_t sizeOfItems = 0; in GetSnapshotLoadInfo() local
4965 sizeOfItems += sizeOfKey + static_cast<int64_t>(item.value().Length()); in GetSnapshotLoadInfo()
4968 MOZ_ASSERT(mSizeOfItems == sizeOfItems); in GetSnapshotLoadInfo()