OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:removefromcacheinternal
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageDecodingStore.cpp
121
removeFromCacheInternal
(cacheEntry, &cacheEntriesToDelete);
207
removeFromCacheInternal
(cacheEntry, &cacheEntriesToDelete);
236
void ImageDecodingStore::
removeFromCacheInternal
(const T* cacheEntry, U* cacheMap, V* identifierMap, Vector<OwnPtr<CacheEntry> >* deletionList)
256
void ImageDecodingStore::
removeFromCacheInternal
(const CacheEntry* cacheEntry, Vector<OwnPtr<CacheEntry> >* deletionList)
259
removeFromCacheInternal
(static_cast<const DecoderCacheEntry*>(cacheEntry), &m_decoderCacheMap, &m_decoderCacheKeyMap, deletionList);
281
removeFromCacheInternal
(cacheEntry, cacheMap, identifierMap, deletionList);
ImageDecodingStore.h
175
template<class T, class U, class V> void
removeFromCacheInternal
(const T* cacheEntry, U* cacheMap, V* identifierMap, Vector<OwnPtr<CacheEntry> >* deletionList);
179
void
removeFromCacheInternal
(const CacheEntry*, Vector<OwnPtr<CacheEntry> >* deletionList);
Completed in 1249 milliseconds