/external/webkit/Source/WebCore/loader/cache/ |
D | CachedImage.cpp | 83 destroyDecodedData(); in decodedDataDeletionTimerFired() 239 destroyDecodedData(); in clear() 330 void CachedImage::destroyDecodedData() in destroyDecodedData() function in WebCore::CachedImage 341 m_image->destroyDecodedData(); in destroyDecodedData()
|
D | CachedScript.cpp | 115 void CachedScript::destroyDecodedData() in destroyDecodedData() function in WebCore::CachedScript 132 destroyDecodedData(); in decodedDataDeletionTimerFired()
|
D | CachedScript.h | 58 virtual void destroyDecodedData();
|
D | CachedImage.h | 66 virtual void destroyDecodedData();
|
D | CachedResource.h | 190 virtual void destroyDecodedData() { } in destroyDecodedData() function
|
D | MemoryCache.cpp | 199 current->destroyDecodedData(); in pruneLiveResources() 251 current->destroyDecodedData(); in pruneDeadResources()
|
/external/webkit/Source/WebCore/platform/graphics/haiku/ |
D | StillImageHaiku.h | 43 virtual void destroyDecodedData(bool destroyAll = true);
|
D | StillImageHaiku.cpp | 42 void StillImage::destroyDecodedData(bool destroyAll) in destroyDecodedData() function in WebCore::StillImage
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
D | BitmapImageSingleFrameSkia.h | 62 virtual void destroyDecodedData(bool destroyAll = true) { }
|
/external/webkit/Source/WebCore/platform/graphics/cg/ |
D | PDFDocumentImage.h | 60 virtual void destroyDecodedData(bool /*destroyAll*/ = true) { }
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | StillImageQt.h | 49 virtual void destroyDecodedData(bool destroyAll = true) { Q_UNUSED(destroyAll); }
|
/external/webkit/Source/WebCore/svg/graphics/ |
D | SVGImage.h | 62 virtual void destroyDecodedData(bool) { } in destroyDecodedData() function
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | GeneratedImage.h | 56 virtual void destroyDecodedData(bool /*destroyAll*/ = true) { }
|
D | BitmapImage.cpp | 76 void BitmapImage::destroyDecodedData(bool destroyAll) in destroyDecodedData() function in WebCore::BitmapImage 100 destroyDecodedData(destroyAll); in destroyDecodedDataIfNecessary()
|
D | Image.h | 115 virtual void destroyDecodedData(bool destroyAll = true) = 0;
|
D | BitmapImage.h | 212 virtual void destroyDecodedData(bool destroyAll = true);
|
/external/webkit/Source/WebKit/chromium/tests/ |
D | DragImageTest.cpp | 80 virtual void destroyDecodedData(bool) in destroyDecodedData() function in __anon660511080111::TestImage
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | ImageBufferWinCE.cpp | 44 virtual void destroyDecodedData(bool destroyAll = true) {} in destroyDecodedData() function in WebCore::BufferedImage
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2009-06-16 | 56504 (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 …]
|
D | ChangeLog-2007-10-14 | 46680 (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 …]
|
D | ChangeLog-2011-02-16 | 3618 destroyDecodedData(). Added and changed CachedScript timeout to 3629 (WebCore::CachedScript::destroyDecodedData): 22640 (WebCore::CachedScript::destroyDecodedData): 35309 (WebCore::SVGImage::destroyDecodedData):
|
D | ChangeLog-2010-05-24 | 5555 (WebCore::CachedImage::destroyDecodedData): 34482 (WebCore::StillImage::destroyDecodedData):
|
D | ChangeLog-2010-12-06 | 16853 (WebCore::CachedImage::destroyDecodedData): 16860 (WebCore::CachedScript::destroyDecodedData): 50195 (WebCore::CachedImage::destroyDecodedData): Ditto. 50197 (WebCore::CachedScript::destroyDecodedData): Ditto.
|
D | ChangeLog-2010-01-29 | 51754 (WebCore::StillImage::destroyDecodedData): 87494 (WebCore::BitmapImage::destroyDecodedData): Use the data() accessor
|
/external/webkit/Source/WebKit/chromium/ |
D | ChangeLog-2011-02-16 | 19419 (WebCore::TestImage::destroyDecodedData):
|