OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lockCacheEntryInternal
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageDecodingStore.cpp
101
return
lockCacheEntryInternal
(iter->value.get(), cachedImage, &cacheEntriesToDelete);
151
if (
lockCacheEntryInternal
(iter->value.get(), &oldImage, &cacheEntriesToDelete)) {
336
bool ImageDecodingStore::
lockCacheEntryInternal
(ImageCacheEntry* cacheEntry, const ScaledImageFragment** cachedImage, Vector<OwnPtr<CacheEntry> >* deletionList)
ImageDecodingStore.h
267
bool
lockCacheEntryInternal
(ImageCacheEntry*, const ScaledImageFragment**, Vector<OwnPtr<CacheEntry> >* deletionList);
Completed in 36 milliseconds