HomeSort by relevance Sort by last modified time
    Searched defs:destroyDecodedData (Results 1 - 10 of 10) sorted by null

  /external/webkit/WebCore/platform/graphics/qt/
StillImageQt.h 44 virtual void destroyDecodedData(bool destroyAll = true) { Q_UNUSED(destroyAll); }
  /external/webkit/WebCore/platform/graphics/skia/
BitmapImageSingleFrameSkia.h 43 // Therefore trimming the decoded data (destroyDecodedData()) has no effect.
61 virtual void destroyDecodedData(bool destroyAll = true) { }
  /external/webkit/WebCore/svg/graphics/
SVGImage.h 63 virtual void destroyDecodedData(bool) { }
  /external/webkit/WebCore/loader/
CachedScript.cpp 115 void CachedScript::destroyDecodedData()
125 destroyDecodedData();
CachedImage.cpp 79 destroyDecodedData();
233 destroyDecodedData();
332 void CachedImage::destroyDecodedData()
342 m_image->destroyDecodedData();
CachedResource.h 160 virtual void destroyDecodedData() { }
  /external/webkit/WebCore/platform/graphics/
GeneratedImage.h 56 virtual void destroyDecodedData(bool /*destroyAll*/ = true) { }
BitmapImage.cpp 75 void BitmapImage::destroyDecodedData(bool destroyAll)
99 destroyDecodedData(destroyAll);
351 // throwing away data as we go (see destroyDecodedData()) means we
  /external/webkit/WebCore/platform/graphics/cg/
PDFDocumentImage.h 55 virtual void destroyDecodedData(bool /*destroyAll*/ = true) { }
  /external/webkit/WebCore/platform/graphics/wince/
ImageBufferWince.cpp 42 virtual void destroyDecodedData(bool destroyAll = true) {}

Completed in 487 milliseconds