OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:insertAndLockCache
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageDecodingStoreTest.cpp
101
const ScaledImageFragment* image = ImageDecodingStore::instance()->
insertAndLockCache
(
348
const ScaledImageFragment* refImage = ImageDecodingStore::instance()->
insertAndLockCache
(
351
const ScaledImageFragment* testImage = ImageDecodingStore::instance()->
insertAndLockCache
(
365
const ScaledImageFragment* refImage = ImageDecodingStore::instance()->
insertAndLockCache
(
368
const ScaledImageFragment* testImage = ImageDecodingStore::instance()->
insertAndLockCache
(
382
const ScaledImageFragment* refImage = ImageDecodingStore::instance()->
insertAndLockCache
(
385
const ScaledImageFragment* testImage = ImageDecodingStore::instance()->
insertAndLockCache
(
395
const ScaledImageFragment* refImage = ImageDecodingStore::instance()->
insertAndLockCache
(
398
const ScaledImageFragment* testImage = ImageDecodingStore::instance()->
insertAndLockCache
(
408
const ScaledImageFragment* refImage = ImageDecodingStore::instance()->
insertAndLockCache
(
[
all
...]
ImageFrameGenerator.cpp
172
return ImageDecodingStore::instance()->
insertAndLockCache
(this, scaledImage.release());
205
const ScaledImageFragment* cachedImage = ImageDecodingStore::instance()->
insertAndLockCache
(this, fullSizeImage.release());
ImageDecodingStore.h
114
const ScaledImageFragment*
insertAndLockCache
(const ImageFrameGenerator*, PassOwnPtr<ScaledImageFragment>);
ImageFrameGeneratorTest.cpp
132
const ScaledImageFragment* fullImage = ImageDecodingStore::instance()->
insertAndLockCache
(
147
const ScaledImageFragment* fullImage = ImageDecodingStore::instance()->
insertAndLockCache
(
ImageDecodingStore.cpp
132
const ScaledImageFragment* ImageDecodingStore::
insertAndLockCache
(const ImageFrameGenerator* generator, PassOwnPtr<ScaledImageFragment> image)
Completed in 1210 milliseconds