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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageDecodingStore.h 103 , m_useCount(useCount)
111 ASSERT(!m_useCount);
115 int useCount() const { return m_useCount; }
116 void incrementUseCount() { ++m_useCount; }
117 void decrementUseCount() { --m_useCount; ASSERT(m_useCount >= 0); }
126 int m_useCount;
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ResourceFetcher.h 236 int m_useCount;

Completed in 61 milliseconds