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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageDecodingStore.cpp 115 cacheEntry->decrementUseCount();
152 newCacheEntry->decrementUseCount();
189 cacheEntry->decrementUseCount();
218 cacheEntry->decrementUseCount();
ImageDecodingStore.h 177 void decrementUseCount() { --m_useCount; ASSERT(m_useCount >= 0); }

Completed in 28 milliseconds