OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unlockCache
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageFrameGeneratorTest.cpp
135
ImageDecodingStore::instance()->
unlockCache
(m_generator.get(), fullImage);
141
ImageDecodingStore::instance()->
unlockCache
(m_generator.get(), tempImage);
150
ImageDecodingStore::instance()->
unlockCache
(m_generator.get(), fullImage);
157
ImageDecodingStore::instance()->
unlockCache
(m_generator.get(), scaledImage);
164
ImageDecodingStore::instance()->
unlockCache
(m_generator.get(), tempImage);
177
ImageDecodingStore::instance()->
unlockCache
(m_generator.get(), scaledImage);
185
ImageDecodingStore::instance()->
unlockCache
(m_generator.get(), fullImage);
192
ImageDecodingStore::instance()->
unlockCache
(m_generator.get(), tempImage);
203
ImageDecodingStore::instance()->
unlockCache
(m_generator.get(), tempImage);
212
ImageDecodingStore::instance()->
unlockCache
(m_generator.get(), tempImage)
[
all
...]
ImageDecodingStoreTest.cpp
103
unlockCache
(image);
114
void
unlockCache
(const ScaledImageFragment* cachedImage)
116
ImageDecodingStore::instance()->
unlockCache
(m_generator.get(), cachedImage);
133
ImageDecodingStore::instance()->
unlockCache
(m_generator.get(), cachedImage);
235
unlockCache
(cachedImage);
350
unlockCache
(refImage);
353
unlockCache
(testImage);
359
unlockCache
(refImage);
367
unlockCache
(refImage);
370
unlockCache
(testImage)
[
all
...]
LazyDecodingPixelRef.cpp
91
ImageDecodingStore::instance()->
unlockCache
(m_frameGenerator.get(), m_lockedImageResource);
ImageFrameGenerator.cpp
136
ImageDecodingStore::instance()->
unlockCache
(this, cachedImage);
171
ImageDecodingStore::instance()->
unlockCache
(this, fullSizeImage);
ImageDecodingStore.h
113
void
unlockCache
(const ImageFrameGenerator*, const ScaledImageFragment*);
ImageDecodingStore.cpp
105
void ImageDecodingStore::
unlockCache
(const ImageFrameGenerator* generator, const ScaledImageFragment* cachedImage)
Completed in 67 milliseconds