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

/external/llvm/include/llvm/ADT/
H A DDenseMap.h247 void destroyAll() { function in class:llvm::DenseMapBase
565 this->destroyAll();
582 this->destroyAll();
590 this->destroyAll();
628 this->destroyAll();
725 this->destroyAll();
807 this->destroyAll();
815 this->destroyAll();
888 this->destroyAll();
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DBitmapImageTest.cpp70 void destroyDecodedData(bool destroyAll) { m_image->destroyDecodedData(destroyAll); } argument
H A DBitmapImage.h124 // Called to invalidate cached data. When |destroyAll| is true, we wipe out
127 // cache. If |destroyAll| is false, we delete frames except the current
131 virtual void destroyDecodedData(bool destroyAll) OVERRIDE;
H A DImage.h96 virtual void destroyDecodedData(bool destroyAll) = 0;
H A DBitmapImage.cpp117 void BitmapImage::destroyDecodedData(bool destroyAll) argument
126 destroyMetadataAndNotify(m_source.clearCacheExceptFrame(destroyAll ? kNotFound : m_currentFrame));
/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();
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DDeque.h125 void destroyAll();
254 inline void Deque<T, inlineCapacity, Allocator>::destroyAll()
277 destroyAll();
294 destroyAll();

Completed in 2269 milliseconds