Home
last modified time | relevance | path

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

/dports/www/firefox-legacy/firefox-52.8.0esr/image/
H A DimgLoader.h154 friend class imgCacheQueue; variable
193 class imgCacheQueue
196 imgCacheQueue();
430 nsresult EvictEntries(imgCacheQueue& aQueueToClear);
434 imgCacheQueue& GetCacheQueue(bool aForChrome);
435 imgCacheQueue& GetCacheQueue(const ImageCacheKey& aKey);
437 void CheckCacheLimits(imgCacheTable& cache, imgCacheQueue& queue);
444 imgCacheQueue mCacheQueue;
447 imgCacheQueue mChromeCacheQueue;
H A DimgLoader.cpp918 imgCacheQueue::imgCacheQueue() in imgCacheQueue() function in imgCacheQueue
960 imgCacheQueue::Pop() in Pop()
978 imgCacheQueue::Refresh() in Refresh()
985 imgCacheQueue::MarkDirty() in MarkDirty()
991 imgCacheQueue::IsDirty() in IsDirty()
1002 imgCacheQueue::iterator
1003 imgCacheQueue::begin() in begin()
1014 imgCacheQueue::iterator
1015 imgCacheQueue::end() in end()
1208 imgCacheQueue&
[all …]
/dports/www/firefox-esr/firefox-91.8.0/image/
H A DimgLoader.h115 friend class imgCacheQueue; variable
150 class imgCacheQueue {
152 imgCacheQueue();
382 nsresult EvictEntries(imgCacheQueue& aQueueToClear);
386 imgCacheQueue& GetCacheQueue(bool aForChrome);
387 imgCacheQueue& GetCacheQueue(const ImageCacheKey& aKey);
389 void CheckCacheLimits(imgCacheTable& cache, imgCacheQueue& queue);
396 imgCacheQueue mCacheQueue;
399 imgCacheQueue mChromeCacheQueue;
H A DimgLoader.cpp1009 imgCacheQueue::imgCacheQueue() : mDirty(false), mSize(0) {} in imgCacheQueue() function in imgCacheQueue
1049 void imgCacheQueue::Push(imgCacheEntry* entry) { in Push()
1077 void imgCacheQueue::Refresh() { in Refresh()
1086 bool imgCacheQueue::IsDirty() { return mDirty; } in IsDirty()
1094 imgCacheQueue::iterator imgCacheQueue::begin() { return mQueue.begin(); } in begin()
1096 imgCacheQueue::const_iterator imgCacheQueue::begin() const { in begin()
1100 imgCacheQueue::iterator imgCacheQueue::end() { return mQueue.end(); } in end()
1102 imgCacheQueue::const_iterator imgCacheQueue::end() const { in end()
1685 imgCacheQueue& queue = GetCacheQueue(key); in SetHasProxies()
2028 imgCacheQueue& queue = GetCacheQueue(aKey); in RemoveFromCache()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/image/
H A DimgLoader.h115 friend class imgCacheQueue; variable
150 class imgCacheQueue {
152 imgCacheQueue();
381 nsresult EvictEntries(imgCacheQueue& aQueueToClear);
385 imgCacheQueue& GetCacheQueue(bool aForChrome);
386 imgCacheQueue& GetCacheQueue(const ImageCacheKey& aKey);
388 void CheckCacheLimits(imgCacheTable& cache, imgCacheQueue& queue);
395 imgCacheQueue mCacheQueue;
398 imgCacheQueue mChromeCacheQueue;
H A DimgLoader.cpp1023 imgCacheQueue::imgCacheQueue() : mDirty(false), mSize(0) {} in imgCacheQueue() function in imgCacheQueue
1063 void imgCacheQueue::Push(imgCacheEntry* entry) { in Push()
1091 void imgCacheQueue::Refresh() { in Refresh()
1100 bool imgCacheQueue::IsDirty() { return mDirty; } in IsDirty()
1108 imgCacheQueue::iterator imgCacheQueue::begin() { return mQueue.begin(); } in begin()
1110 imgCacheQueue::const_iterator imgCacheQueue::begin() const { in begin()
1114 imgCacheQueue::iterator imgCacheQueue::end() { return mQueue.end(); } in end()
1116 imgCacheQueue::const_iterator imgCacheQueue::end() const { in end()
1621 imgCacheQueue& queue = GetCacheQueue(key); in SetHasProxies()
1950 imgCacheQueue& queue = GetCacheQueue(aKey); in RemoveFromCache()
[all …]
/dports/www/firefox/firefox-99.0/image/
H A DimgLoader.h121 friend class imgCacheQueue; variable
157 class imgCacheQueue {
159 imgCacheQueue();
393 nsresult EvictEntries(imgCacheQueue& aQueueToClear);
397 imgCacheQueue& GetCacheQueue(bool aForChrome);
398 imgCacheQueue& GetCacheQueue(const ImageCacheKey& aKey);
400 void CheckCacheLimits(imgCacheTable& cache, imgCacheQueue& queue);
407 imgCacheQueue mCacheQueue;
410 imgCacheQueue mChromeCacheQueue;
H A DimgLoader.cpp1038 imgCacheQueue::imgCacheQueue() : mDirty(false), mSize(0) {} in imgCacheQueue() function in imgCacheQueue
1078 void imgCacheQueue::Push(imgCacheEntry* entry) { in Push()
1106 void imgCacheQueue::Refresh() { in Refresh()
1115 bool imgCacheQueue::IsDirty() { return mDirty; } in IsDirty()
1123 imgCacheQueue::iterator imgCacheQueue::begin() { return mQueue.begin(); } in begin()
1125 imgCacheQueue::const_iterator imgCacheQueue::begin() const { in begin()
1129 imgCacheQueue::iterator imgCacheQueue::end() { return mQueue.end(); } in end()
1131 imgCacheQueue::const_iterator imgCacheQueue::end() const { in end()
1714 imgCacheQueue& queue = GetCacheQueue(key); in SetHasProxies()
2103 imgCacheQueue& queue = GetCacheQueue(aKey); in RemoveFromCache()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/image/
H A DimgLoader.h115 friend class imgCacheQueue; variable
150 class imgCacheQueue {
152 imgCacheQueue();
382 nsresult EvictEntries(imgCacheQueue& aQueueToClear);
386 imgCacheQueue& GetCacheQueue(bool aForChrome);
387 imgCacheQueue& GetCacheQueue(const ImageCacheKey& aKey);
389 void CheckCacheLimits(imgCacheTable& cache, imgCacheQueue& queue);
396 imgCacheQueue mCacheQueue;
399 imgCacheQueue mChromeCacheQueue;
H A DimgLoader.cpp1009 imgCacheQueue::imgCacheQueue() : mDirty(false), mSize(0) {} in imgCacheQueue() function in imgCacheQueue
1049 void imgCacheQueue::Push(imgCacheEntry* entry) { in Push()
1077 void imgCacheQueue::Refresh() { in Refresh()
1086 bool imgCacheQueue::IsDirty() { return mDirty; } in IsDirty()
1094 imgCacheQueue::iterator imgCacheQueue::begin() { return mQueue.begin(); } in begin()
1096 imgCacheQueue::const_iterator imgCacheQueue::begin() const { in begin()
1100 imgCacheQueue::iterator imgCacheQueue::end() { return mQueue.end(); } in end()
1102 imgCacheQueue::const_iterator imgCacheQueue::end() const { in end()
1685 imgCacheQueue& queue = GetCacheQueue(key); in SetHasProxies()
2028 imgCacheQueue& queue = GetCacheQueue(aKey); in RemoveFromCache()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/image/
H A DimgLoader.h116 friend class imgCacheQueue; variable
151 class imgCacheQueue {
153 imgCacheQueue();
377 nsresult EvictEntries(imgCacheQueue& aQueueToClear);
381 imgCacheQueue& GetCacheQueue(bool aForChrome);
382 imgCacheQueue& GetCacheQueue(const ImageCacheKey& aKey);
384 void CheckCacheLimits(imgCacheTable& cache, imgCacheQueue& queue);
391 imgCacheQueue mCacheQueue;
394 imgCacheQueue mChromeCacheQueue;
H A DimgLoader.cpp911 imgCacheQueue::imgCacheQueue() : mDirty(false), mSize(0) {} in imgCacheQueue() function in imgCacheQueue
954 void imgCacheQueue::Push(imgCacheEntry* entry) { in Push()
983 void imgCacheQueue::Refresh() { in Refresh()
992 bool imgCacheQueue::IsDirty() { return mDirty; } in IsDirty()
1000 imgCacheQueue::iterator imgCacheQueue::begin() { return mQueue.begin(); } in begin()
1002 imgCacheQueue::const_iterator imgCacheQueue::begin() const { in begin()
1006 imgCacheQueue::iterator imgCacheQueue::end() { return mQueue.end(); } in end()
1008 imgCacheQueue::const_iterator imgCacheQueue::end() const { in end()
1489 imgCacheQueue& queue = GetCacheQueue(key); in SetHasProxies()
1780 imgCacheQueue& queue = GetCacheQueue(aKey); in RemoveFromCache()
[all …]