Home
last modified time | relevance | path

Searched defs:destroyAll (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DBitmapImage.cpp76 void BitmapImage::destroyDecodedData(bool destroyAll) in destroyDecodedData()
94 void BitmapImage::destroyDecodedDataIfNecessary(bool destroyAll) in destroyDecodedDataIfNecessary()
441 bool destroyAll = false; in internalAdvanceAnimation() local
DImageSource.cpp56 void ImageSource::clear(bool destroyAll, size_t clearBeforeFrame, SharedBuffer* data, bool allDataR… in clear()
/external/webkit/Source/WebCore/platform/graphics/haiku/
DStillImageHaiku.cpp42 void StillImage::destroyDecodedData(bool destroyAll) in destroyDecodedData()
/external/webkit/Source/WebCore/platform/graphics/android/
DImageSourceAndroid.cpp459 void ImageSource::clear(bool destroyAll, size_t clearBeforeFrame, SharedBuffer* data, bool allDataR… in clear()
/external/webkit/Source/WebCore/platform/graphics/wince/
DImageBufferWinCE.cpp44 virtual void destroyDecodedData(bool destroyAll = true) {} in destroyDecodedData()
/external/webkit/Source/JavaScriptCore/wtf/
DDeque.h349 inline void Deque<T, inlineCapacity>::destroyAll() in destroyAll() function