Searched defs:destroyDecodedData (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DBitmapImageTest.cpp70 void destroyDecodedData(bool destroyAll) { m_image->destroyDecodedData(destroyAll); } function in class:blink::BitmapImageTest
137 destroyDecodedData(false);
152 destroyDecodedData(true);
198 destroyDecodedData(true);
214 destroyDecodedData(true);
229 destroyDecodedData(true);
H A DBitmapImage.cpp117 void BitmapImage::destroyDecodedData(bool destroyAll) function in class:blink::BitmapImage
139 destroyDecodedData(false);
218 // (even if we use destroyDecodedData() -- since it doesn't reset the
528 // throwing away data as we go (see destroyDecodedData()) means we

Completed in 66 milliseconds