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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
BitmapImage.h 124 // 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;
Image.h 96 virtual void destroyDecodedData(bool destroyAll) = 0;
BitmapImageTest.cpp 70 void destroyDecodedData(bool destroyAll) { m_image->destroyDecodedData(destroyAll); }
BitmapImage.cpp 117 void BitmapImage::destroyDecodedData(bool destroyAll)
126 destroyMetadataAndNotify(m_source.clearCacheExceptFrame(destroyAll ? kNotFound : m_currentFrame));
  /external/llvm/include/llvm/ADT/
DenseMap.h 247 void destroyAll() {
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/replicaisland/src/com/replica/replicaisland/
GameObjectManager.java 155 public void destroyAll() {
Game.java 262 manager.destroyAll();
304 manager.destroyAll();
  /external/chromium_org/third_party/WebKit/Source/wtf/
Deque.h 125 void destroyAll();
254 inline void Deque<T, inlineCapacity, Allocator>::destroyAll()
277 destroyAll();
294 destroyAll();

Completed in 406 milliseconds