HomeSort by relevance Sort by last modified time
    Searched refs:lockCacheEntryInternal (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
ImageDecodingStore.cpp 92 return lockCacheEntryInternal(iter->value.get(), cachedImage, &cacheEntriesToDelete);
130 if (lockCacheEntryInternal(iter->value.get(), &oldImage, &cacheEntriesToDelete)) {
309 bool ImageDecodingStore::lockCacheEntryInternal(ImageCacheEntry* cacheEntry, const ScaledImageFragment** cachedImage, Vector<OwnPtr<CacheEntry> >* deletionList)
ImageDecodingStore.h 254 bool lockCacheEntryInternal(ImageCacheEntry*, const ScaledImageFragment**, Vector<OwnPtr<CacheEntry> >* deletionList);

Completed in 65 milliseconds