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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageSource.h 97 size_t clearCacheExceptFrame(size_t);
ImageSource.cpp 48 size_t ImageSource::clearCacheExceptFrame(size_t clearExceptFrame)
50 return m_decoder ? m_decoder->clearCacheExceptFrame(clearExceptFrame) : 0;
DeferredImageDecoder.h 67 size_t clearCacheExceptFrame(size_t);
DeferredImageDecoder.cpp 155 size_t DeferredImageDecoder::clearCacheExceptFrame(size_t clearExceptFrame)
159 return m_actualDecoder ? m_actualDecoder->clearCacheExceptFrame(clearExceptFrame) : 0;
ImageFrameGenerator.cpp 259 (*decoder)->clearCacheExceptFrame(index);
BitmapImage.cpp 113 destroyMetadataAndNotify(m_source.clearCacheExceptFrame(destroyAll ? kNotFound : m_currentFrame));
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
ImageDecoderTest.cpp 207 decoder->clearCacheExceptFrame(0);
211 decoder->clearCacheExceptFrame(kNotFound);
223 decoder->clearCacheExceptFrame(kNotFound);
241 decoder->clearCacheExceptFrame(5);
ImageDecoder.cpp 135 size_t ImageDecoder::clearCacheExceptFrame(size_t clearExceptFrame)
ImageDecoder.h 225 virtual size_t clearCacheExceptFrame(size_t);
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
GIFImageDecoder.h 57 virtual size_t clearCacheExceptFrame(size_t) OVERRIDE;
GIFImageDecoder.cpp 257 size_t GIFImageDecoder::clearCacheExceptFrame(size_t clearExceptFrame)
267 return ImageDecoder::clearCacheExceptFrame(clearExceptFrame);
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
WEBPImageDecoder.h 52 virtual size_t clearCacheExceptFrame(size_t) OVERRIDE;
WEBPImageDecoder.cpp 311 size_t WEBPImageDecoder::clearCacheExceptFrame(size_t clearExceptFrame)
320 return ImageDecoder::clearCacheExceptFrame(clearExceptFrame);
  /external/chromium_org/third_party/WebKit/Source/web/tests/
GIFImageDecoderTest.cpp 125 decoder->clearCacheExceptFrame(clearExceptFrame);
450 decoder->clearCacheExceptFrame(kNotFound);
WEBPImageDecoderTest.cpp 127 decoder->clearCacheExceptFrame(clearExceptFrame);
570 decoder->clearCacheExceptFrame(kNotFound);

Completed in 208 milliseconds