Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DBitmapImageTest.cpp70 void destroyDecodedData(bool destroyAll) { m_image->destroyDecodedData(destroyAll); } in destroyDecodedData() function in blink::BitmapImageTest
137 destroyDecodedData(false); in TEST_F()
152 destroyDecodedData(true); in TEST_F()
198 destroyDecodedData(true); in TEST_F()
214 destroyDecodedData(true); in TEST_F()
229 destroyDecodedData(true); in TEST_F()
DGeneratedImage.h48 virtual void destroyDecodedData(bool) OVERRIDE { } in destroyDecodedData() function
DImageLayerChromiumTest.cpp86 virtual void destroyDecodedData(bool) OVERRIDE in destroyDecodedData() function in __anonba87d8d90111::TestImage
DBitmapImage.h131 virtual void destroyDecodedData(bool destroyAll) OVERRIDE;
DImage.h96 virtual void destroyDecodedData(bool destroyAll) = 0;
DBitmapImage.cpp117 void BitmapImage::destroyDecodedData(bool destroyAll) in destroyDecodedData() function in blink::BitmapImage
139 destroyDecodedData(false); in destroyDecodedDataIfNecessary()
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
DSVGImageForContainer.h74 virtual void destroyDecodedData(bool) OVERRIDE { } in destroyDecodedData() function
DSVGImage.h90 virtual void destroyDecodedData(bool) OVERRIDE { } in destroyDecodedData() function
/external/chromium_org/third_party/WebKit/Source/platform/
DDragImageTest.cpp84 virtual void destroyDecodedData(bool) OVERRIDE in destroyDecodedData() function in __anon21dcd2360111::TestImage
/external/chromium_org/third_party/WebKit/Source/core/fetch/
DImageResource.cpp149 m_image->destroyDecodedData(true); in destroyDecodedDataIfPossible()