OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:insertCacheInternal
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageDecodingStore.cpp
159
insertCacheInternal
(newCacheEntry.release(), &m_imageCacheMap, &m_imageCacheKeyMap);
205
insertCacheInternal
(newCacheEntry.release(), &m_decoderCacheMap, &m_decoderCacheKeyMap);
356
void ImageDecodingStore::
insertCacheInternal
(PassOwnPtr<T> cacheEntry, U* cacheMap, V* identifierMap)
ImageDecodingStore.h
269
template<class T, class U, class V> void
insertCacheInternal
(PassOwnPtr<T> cacheEntry, U* cacheMap, V* identifierMap);
Completed in 1141 milliseconds