Home
last modified time | relevance | path

Searched refs:destroyAll (Results 1 – 15 of 15) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DBitmapImage.cpp76 void BitmapImage::destroyDecodedData(bool destroyAll) in destroyDecodedData() argument
79 const size_t clearBeforeFrame = destroyAll ? m_frames.size() : m_currentFrame; in destroyDecodedData()
90 m_source.clear(destroyAll, clearBeforeFrame, data(), m_allDataReceived); in destroyDecodedData()
94 void BitmapImage::destroyDecodedDataIfNecessary(bool destroyAll) in destroyDecodedDataIfNecessary() argument
100 destroyDecodedData(destroyAll); in destroyDecodedDataIfNecessary()
441 bool destroyAll = false; in internalAdvanceAnimation() local
457 destroyAll = true; in internalAdvanceAnimation()
460 destroyDecodedDataIfNecessary(destroyAll); in internalAdvanceAnimation()
DImageSource.cpp56 void ImageSource::clear(bool destroyAll, size_t clearBeforeFrame, SharedBuffer* data, bool allDataR… in clear() argument
58 if (!destroyAll) { in clear()
DBitmapImage.h212 virtual void destroyDecodedData(bool destroyAll = true);
216 void destroyDecodedDataIfNecessary(bool destroyAll);
DImageSource.h176 void clear(bool destroyAll,
DImage.h115 virtual void destroyDecodedData(bool destroyAll = true) = 0;
/external/webkit/Source/WebCore/platform/graphics/qt/
DStillImageQt.h49 virtual void destroyDecodedData(bool destroyAll = true) { Q_UNUSED(destroyAll); }
/external/webkit/Source/WebCore/platform/graphics/haiku/
DStillImageHaiku.h43 virtual void destroyDecodedData(bool destroyAll = true);
DStillImageHaiku.cpp42 void StillImage::destroyDecodedData(bool destroyAll) in destroyDecodedData() argument
/external/webkit/Source/WebCore/platform/graphics/skia/
DBitmapImageSingleFrameSkia.h62 virtual void destroyDecodedData(bool destroyAll = true) { }
/external/webkit/Source/WebCore/platform/graphics/android/
DImageSourceAndroid.cpp459 void ImageSource::clear(bool destroyAll, size_t clearBeforeFrame, SharedBuffer* data, bool allDataR… in clear() argument
462 if (!destroyAll) { in clear()
/external/webkit/Source/JavaScriptCore/wtf/
DDeque.h98 void destroyAll();
349 inline void Deque<T, inlineCapacity>::destroyAll() in destroyAll() function
364 destroyAll(); in ~Deque()
385 destroyAll(); in clear()
/external/replicaisland/src/com/replica/replicaisland/
DGameObjectManager.java155 public void destroyAll() { in destroyAll() method in GameObjectManager
DGame.java262 manager.destroyAll(); in stopLevel()
304 manager.destroyAll(); in restartLevel()
/external/webkit/Source/WebCore/platform/graphics/wince/
DImageBufferWinCE.cpp44 virtual void destroyDecodedData(bool destroyAll = true) {} in destroyDecodedData() argument
/external/webkit/Source/JavaScriptCore/
DChangeLog7711 (WTF::::destroyAll):