Searched refs:destroyAll (Results 1 – 15 of 15) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/ |
D | BitmapImage.cpp | 76 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()
|
D | ImageSource.cpp | 56 void ImageSource::clear(bool destroyAll, size_t clearBeforeFrame, SharedBuffer* data, bool allDataR… in clear() argument 58 if (!destroyAll) { in clear()
|
D | BitmapImage.h | 212 virtual void destroyDecodedData(bool destroyAll = true); 216 void destroyDecodedDataIfNecessary(bool destroyAll);
|
D | ImageSource.h | 176 void clear(bool destroyAll,
|
D | Image.h | 115 virtual void destroyDecodedData(bool destroyAll = true) = 0;
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | StillImageQt.h | 49 virtual void destroyDecodedData(bool destroyAll = true) { Q_UNUSED(destroyAll); }
|
/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() argument
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
D | BitmapImageSingleFrameSkia.h | 62 virtual void destroyDecodedData(bool destroyAll = true) { }
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
D | ImageSourceAndroid.cpp | 459 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/ |
D | Deque.h | 98 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/ |
D | GameObjectManager.java | 155 public void destroyAll() { in destroyAll() method in GameObjectManager
|
D | Game.java | 262 manager.destroyAll(); in stopLevel() 304 manager.destroyAll(); in restartLevel()
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | ImageBufferWinCE.cpp | 44 virtual void destroyDecodedData(bool destroyAll = true) {} in destroyDecodedData() argument
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog | 7711 (WTF::::destroyAll):
|