Searched refs:destroyAll (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DBitmapImageTest.cpp70 void destroyDecodedData(bool destroyAll) { m_image->destroyDecodedData(destroyAll); } argument
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DBitmapImage.h118 // Called to invalidate cached data. When |destroyAll| is true, we wipe out
121 // cache. If |destroyAll| is false, we delete frames except the current
125 virtual void destroyDecodedData(bool destroyAll) OVERRIDE;
H A DImage.h95 virtual void destroyDecodedData(bool destroyAll) = 0;
H A DBitmapImage.cpp104 void BitmapImage::destroyDecodedData(bool destroyAll) argument
113 destroyMetadataAndNotify(m_source.clearCacheExceptFrame(destroyAll ? kNotFound : m_currentFrame));
/external/llvm/include/llvm/ADT/
H A DDenseMap.h248 void destroyAll() { function in class:llvm::DenseMapBase
571 this->destroyAll();
589 this->destroyAll();
598 this->destroyAll();
636 this->destroyAll();
735 this->destroyAll();
818 this->destroyAll();
827 this->destroyAll();
900 this->destroyAll();
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DDeque.h104 void destroyAll();
244 inline void Deque<T, inlineCapacity>::destroyAll() function in class:WTF::Deque
257 destroyAll();
272 destroyAll();
/external/replicaisland/src/com/replica/replicaisland/
H A DGameObjectManager.java155 public void destroyAll() { method in class:GameObjectManager
H A DGame.java262 manager.destroyAll();
304 manager.destroyAll();

Completed in 222 milliseconds