Searched refs:sIntCache (Results 1 – 3 of 3) sorted by relevance
/dports/mail/thunderbird/thunderbird-91.8.0/widget/ |
H A D | nsXPLookAndFeel.cpp | 100 static EnumeratedCache<IntID, Maybe<int32_t>, IntID::End> sIntCache; variable 753 if (const auto* cached = sIntCache.Get(aID)) { in GetIntValue() 762 sIntCache.Insert(aID, Some(aResult)); in GetIntValue() 767 sIntCache.Insert(aID, Nothing()); in GetIntValue() 771 sIntCache.Insert(aID, Some(aResult)); in GetIntValue() 867 sIntCache.Clear(); in RefreshImpl()
|
/dports/www/firefox-esr/firefox-91.8.0/widget/ |
H A D | nsXPLookAndFeel.cpp | 100 static EnumeratedCache<IntID, Maybe<int32_t>, IntID::End> sIntCache; variable 753 if (const auto* cached = sIntCache.Get(aID)) { in GetIntValue() 762 sIntCache.Insert(aID, Some(aResult)); in GetIntValue() 767 sIntCache.Insert(aID, Nothing()); in GetIntValue() 771 sIntCache.Insert(aID, Some(aResult)); in GetIntValue() 867 sIntCache.Clear(); in RefreshImpl()
|
/dports/www/firefox/firefox-99.0/widget/ |
H A D | nsXPLookAndFeel.cpp | 101 static EnumeratedCache<IntID, Maybe<int32_t>, IntID::End> sIntCache; variable 902 if (const auto* cached = sIntCache.Get(aID)) { in GetIntValue() 911 sIntCache.Insert(aID, Some(aResult)); in GetIntValue() 916 sIntCache.Insert(aID, Nothing()); in GetIntValue() 920 sIntCache.Insert(aID, Some(aResult)); in GetIntValue() 1016 sIntCache.Clear(); in RefreshImpl()
|