Searched refs:lockCacheEntryInternal (Results 1 – 2 of 2) sorted by relevance
86 return lockCacheEntryInternal(iter->value.get(), cachedImage, &cacheEntriesToDelete); in lockCache()136 if (lockCacheEntryInternal(iter->value.get(), &oldImage, &cacheEntriesToDelete)) { in insertAndLockCache()321 bool ImageDecodingStore::lockCacheEntryInternal(ImageCacheEntry* cacheEntry, const ScaledImageFragm… in lockCacheEntryInternal() function in WebCore::ImageDecodingStore
265 …bool lockCacheEntryInternal(ImageCacheEntry*, const ScaledImageFragment**, Vector<OwnPtr<CacheEntr…