Home
last modified time | relevance | path

Searched refs:kMaxNumberOfCookies (Results 1 – 17 of 17) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/cookie/
H A DCookieCommons.h56 static const uint32_t kMaxNumberOfCookies = 3000; variable
H A DCookieStorage.cpp115 mMaxNumberOfCookies(kMaxNumberOfCookies), in NS_IMPL_ISUPPORTS()
695 PurgeList purgeList(kMaxNumberOfCookies); in PurgeCookiesWithCallbacks()
812 static_cast<uint16_t> LIMIT(val, 1, 0xFFFF, kMaxNumberOfCookies); in PrefChanged()
H A DCookiePersistentStorage.cpp1616 mReadArray.SetCapacity(kMaxNumberOfCookies); in Read()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/cookie/
H A DCookieCommons.h57 static const uint32_t kMaxNumberOfCookies = 3000; variable
H A DCookieStorage.h193 uint16_t mMaxNumberOfCookies{kMaxNumberOfCookies};
H A DCookieStorage.cpp726 PurgeList purgeList(kMaxNumberOfCookies); in PurgeCookiesWithCallbacks()
843 static_cast<uint16_t> LIMIT(val, 1, 0xFFFF, kMaxNumberOfCookies); in PrefChanged()
H A DCookiePersistentStorage.cpp1612 mReadArray.SetCapacity(kMaxNumberOfCookies); in Read()
/dports/www/firefox/firefox-99.0/netwerk/cookie/
H A DCookieCommons.h58 static const uint32_t kMaxNumberOfCookies = 3000; variable
H A DCookieStorage.h193 uint16_t mMaxNumberOfCookies{kMaxNumberOfCookies};
H A DCookieStorage.cpp731 PurgeList purgeList(kMaxNumberOfCookies); in PurgeCookiesWithCallbacks()
848 static_cast<uint16_t> LIMIT(val, 1, 0xFFFF, kMaxNumberOfCookies); in PrefChanged()
H A DCookiePersistentStorage.cpp1613 mReadArray.SetCapacity(kMaxNumberOfCookies); in Read()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/cookie/
H A DCookieCommons.h57 static const uint32_t kMaxNumberOfCookies = 3000; variable
H A DCookieStorage.h193 uint16_t mMaxNumberOfCookies{kMaxNumberOfCookies};
H A DCookieStorage.cpp726 PurgeList purgeList(kMaxNumberOfCookies); in PurgeCookiesWithCallbacks()
843 static_cast<uint16_t> LIMIT(val, 1, 0xFFFF, kMaxNumberOfCookies); in PrefChanged()
H A DCookiePersistentStorage.cpp1612 mReadArray.SetCapacity(kMaxNumberOfCookies); in Read()
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/cookie/
H A DnsCookieService.cpp110 static const uint32_t kMaxNumberOfCookies = 3000; variable
716 , mMaxNumberOfCookies(kMaxNumberOfCookies) in NS_IMPL_ISUPPORTS()
2196 mMaxNumberOfCookies = (uint16_t) LIMIT(val, 1, 0xFFFF, kMaxNumberOfCookies); in PrefChanged()
2562 mDefaultDBState->hostArray.SetCapacity(kMaxNumberOfCookies); in Read()
2816 nsTArray<CookieDomainTuple> array(kMaxNumberOfCookies); in EnsureReadComplete()
4351 PurgeList purgeList(kMaxNumberOfCookies); in PurgeCookies()
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/cookie/
H A DnsCookieService.cpp117 static const uint32_t kMaxNumberOfCookies = 3000; variable
576 mMaxNumberOfCookies(kMaxNumberOfCookies), in NS_IMPL_ISUPPORTS()
2293 mMaxNumberOfCookies = (uint16_t)LIMIT(val, 1, 0xFFFF, kMaxNumberOfCookies); in PrefChanged()
2696 mReadArray.SetCapacity(kMaxNumberOfCookies); in Read()
4316 PurgeList purgeList(kMaxNumberOfCookies); in PurgeCookies()