lockCacheEntryInternal  101 Source/platform/graphics/ImageDecodingStore.cpp         return lockCacheEntryInternal(iter->value.get(), cachedImage, &cacheEntriesToDelete);
lockCacheEntryInternal  151 Source/platform/graphics/ImageDecodingStore.cpp             if (lockCacheEntryInternal(iter->value.get(), &oldImage, &cacheEntriesToDelete)) {
lockCacheEntryInternal  267 Source/platform/graphics/ImageDecodingStore.h     bool lockCacheEntryInternal(ImageCacheEntry*, const ScaledImageFragment**, Vector<OwnPtr<CacheEntry> >* deletionList);