HomeSort by relevance Sort by last modified time
    Searched refs:destroyAll (Results 1 - 16 of 16) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/qt/
StillImageQt.h 49 virtual void destroyDecodedData(bool destroyAll = true) { Q_UNUSED(destroyAll); }
  /external/webkit/Source/WebCore/platform/graphics/haiku/
StillImageHaiku.h 43 virtual void destroyDecodedData(bool destroyAll = true);
StillImageHaiku.cpp 42 void StillImage::destroyDecodedData(bool destroyAll)
  /external/webkit/Source/WebCore/platform/graphics/skia/
BitmapImageSingleFrameSkia.h 62 virtual void destroyDecodedData(bool destroyAll = true) { }
  /external/webkit/Source/WebCore/platform/graphics/
BitmapImage.cpp 76 void BitmapImage::destroyDecodedData(bool destroyAll)
79 const size_t clearBeforeFrame = destroyAll ? m_frames.size() : m_currentFrame;
90 m_source.clear(destroyAll, clearBeforeFrame, data(), m_allDataReceived);
94 void BitmapImage::destroyDecodedDataIfNecessary(bool destroyAll)
100 destroyDecodedData(destroyAll);
441 bool destroyAll = false;
457 destroyAll = true;
460 destroyDecodedDataIfNecessary(destroyAll);
ImageSource.cpp 56 void ImageSource::clear(bool destroyAll, size_t clearBeforeFrame, SharedBuffer* data, bool allDataReceived)
58 if (!destroyAll) {
BitmapImage.h 206 // Called to invalidate cached data. When |destroyAll| is true, we wipe out
209 // cache. If |destroyAll| is false, we only delete frames up to the current
212 virtual void destroyDecodedData(bool destroyAll = true);
215 // |destroyAll| along.
216 void destroyDecodedDataIfNecessary(bool destroyAll);
Image.h 115 virtual void destroyDecodedData(bool destroyAll = true) = 0;
ImageSource.h 156 // data -- at all (if |destroyAll| is true), or before frame
157 // |clearBeforeFrame| (if |destroyAll| is false). The ImageSource should
159 // usage low. When |destroyAll| is true, the ImageSource should also reset
173 // who set |destroyAll| to true if they wish to be able to continue using
176 void clear(bool destroyAll,
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ContextCreationTest.java 54 mActivity.destroyAll();
  /cts/tests/src/android/renderscript/cts/
RenderscriptGLStubActivity.java 116 public void destroyAll() {
  /external/replicaisland/src/com/replica/replicaisland/
GameObjectManager.java 155 public void destroyAll() {
Game.java 262 manager.destroyAll();
304 manager.destroyAll();
  /external/webkit/Source/WebCore/platform/graphics/android/
ImageSourceAndroid.cpp 459 void ImageSource::clear(bool destroyAll, size_t clearBeforeFrame, SharedBuffer* data, bool allDataReceived)
462 if (!destroyAll) {
  /external/webkit/Source/JavaScriptCore/wtf/
Deque.h 98 void destroyAll();
349 inline void Deque<T, inlineCapacity>::destroyAll()
364 destroyAll();
385 destroyAll();
  /external/webkit/Source/WebCore/platform/graphics/wince/
ImageBufferWinCE.cpp 44 virtual void destroyDecodedData(bool destroyAll = true) {}

Completed in 195 milliseconds