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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageDecodingStore.h 160 , m_useCount(useCount)
169 ASSERT(!m_useCount);
173 int useCount() const { return m_useCount; }
174 void incrementUseCount() { ++m_useCount; }
175 void decrementUseCount() { --m_useCount; ASSERT(m_useCount >= 0); }
185 int m_useCount;
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ResourceFetcher.h 238 int m_useCount;
ResourceFetcher.cpp     [all...]

Completed in 5832 milliseconds