Home
last modified time | relevance | path

Searched refs:destroyDecodedData (Results 1 – 25 of 26) sorted by relevance

12

/external/webkit/Source/WebCore/loader/cache/
DCachedImage.cpp83 destroyDecodedData(); in decodedDataDeletionTimerFired()
239 destroyDecodedData(); in clear()
330 void CachedImage::destroyDecodedData() in destroyDecodedData() function in WebCore::CachedImage
341 m_image->destroyDecodedData(); in destroyDecodedData()
DCachedScript.cpp115 void CachedScript::destroyDecodedData() in destroyDecodedData() function in WebCore::CachedScript
132 destroyDecodedData(); in decodedDataDeletionTimerFired()
DCachedScript.h58 virtual void destroyDecodedData();
DCachedImage.h66 virtual void destroyDecodedData();
DCachedResource.h190 virtual void destroyDecodedData() { } in destroyDecodedData() function
DMemoryCache.cpp199 current->destroyDecodedData(); in pruneLiveResources()
251 current->destroyDecodedData(); in pruneDeadResources()
/external/webkit/Source/WebCore/platform/graphics/haiku/
DStillImageHaiku.h43 virtual void destroyDecodedData(bool destroyAll = true);
DStillImageHaiku.cpp42 void StillImage::destroyDecodedData(bool destroyAll) in destroyDecodedData() function in WebCore::StillImage
/external/webkit/Source/WebCore/platform/graphics/skia/
DBitmapImageSingleFrameSkia.h62 virtual void destroyDecodedData(bool destroyAll = true) { }
/external/webkit/Source/WebCore/platform/graphics/cg/
DPDFDocumentImage.h60 virtual void destroyDecodedData(bool /*destroyAll*/ = true) { }
/external/webkit/Source/WebCore/platform/graphics/qt/
DStillImageQt.h49 virtual void destroyDecodedData(bool destroyAll = true) { Q_UNUSED(destroyAll); }
/external/webkit/Source/WebCore/svg/graphics/
DSVGImage.h62 virtual void destroyDecodedData(bool) { } in destroyDecodedData() function
/external/webkit/Source/WebCore/platform/graphics/
DGeneratedImage.h56 virtual void destroyDecodedData(bool /*destroyAll*/ = true) { }
DBitmapImage.cpp76 void BitmapImage::destroyDecodedData(bool destroyAll) in destroyDecodedData() function in WebCore::BitmapImage
100 destroyDecodedData(destroyAll); in destroyDecodedDataIfNecessary()
DImage.h115 virtual void destroyDecodedData(bool destroyAll = true) = 0;
DBitmapImage.h212 virtual void destroyDecodedData(bool destroyAll = true);
/external/webkit/Source/WebKit/chromium/tests/
DDragImageTest.cpp80 virtual void destroyDecodedData(bool) in destroyDecodedData() function in __anon660511080111::TestImage
/external/webkit/Source/WebCore/platform/graphics/wince/
DImageBufferWinCE.cpp44 virtual void destroyDecodedData(bool destroyAll = true) {} in destroyDecodedData() function in WebCore::BufferedImage
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1656504 (WebCore::BitmapImage::destroyDecodedData):
56953 (WebCore::BitmapImageSingleFrameSkia::destroyDecodedData):
57161 (WebCore::BitmapImage::destroyDecodedData):
60000 (WebCore::CachedImage::destroyDecodedData):
60006 (WebCore::CachedScript::destroyDecodedData):
61801 (WebCore::BitmapImage::destroyDecodedData):
61812 (WebCore::GeneratedImage::destroyDecodedData):
61822 (WebCore::PDFDocumentImage::destroyDecodedData):
61824 (WebCore::StillImage::destroyDecodedData):
61836 (WebCore::SVGImage::destroyDecodedData):
[all …]
DChangeLog-2007-10-1446680 (WebCore::BitmapImage::destroyDecodedData):
47128 (WebCore::BitmapImage::destroyDecodedData):
49021 (WebCore::BitmapImage::destroyDecodedData):
49108 (WebCore::BitmapImage::destroyDecodedData):
49336 …Two more cleanup fixes to the cache. Don't call destroyDecodedData in the BitmapImage destructor,…
50469 (WebCore::BitmapImage::destroyDecodedData):
50578 (WebCore::BitmapImage::destroyDecodedData):
50756 (WebCore::BitmapImage::destroyDecodedData):
50940 (WebCore::CachedImage::destroyDecodedData):
50954 (WebCore::CachedResource::destroyDecodedData):
[all …]
DChangeLog-2011-02-163618 destroyDecodedData(). Added and changed CachedScript timeout to
3629 (WebCore::CachedScript::destroyDecodedData):
22640 (WebCore::CachedScript::destroyDecodedData):
35309 (WebCore::SVGImage::destroyDecodedData):
DChangeLog-2010-05-245555 (WebCore::CachedImage::destroyDecodedData):
34482 (WebCore::StillImage::destroyDecodedData):
DChangeLog-2010-12-0616853 (WebCore::CachedImage::destroyDecodedData):
16860 (WebCore::CachedScript::destroyDecodedData):
50195 (WebCore::CachedImage::destroyDecodedData): Ditto.
50197 (WebCore::CachedScript::destroyDecodedData): Ditto.
DChangeLog-2010-01-2951754 (WebCore::StillImage::destroyDecodedData):
87494 (WebCore::BitmapImage::destroyDecodedData): Use the data() accessor
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-1619419 (WebCore::TestImage::destroyDecodedData):

12