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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageDecodingStore.cpp 53 , m_heapMemoryUsageInBytes(0)
285 return m_heapMemoryUsageInBytes;
320 const bool isPruneNeeded = m_heapMemoryUsageInBytes > m_heapLimitInBytes || !m_heapLimitInBytes
362 m_heapMemoryUsageInBytes += cacheEntryBytes;
374 TRACE_COUNTER1("webkit", "ImageDecodingStoreHeapMemoryUsageBytes", m_heapMemoryUsageInBytes);
387 ASSERT(m_heapMemoryUsageInBytes >= cacheEntryBytes);
388 m_heapMemoryUsageInBytes -= cacheEntryBytes;
403 TRACE_COUNTER1("webkit", "ImageDecodingStoreHeapMemoryUsageBytes", m_heapMemoryUsageInBytes);
ImageDecodingStore.h 313 size_t m_heapMemoryUsageInBytes;
322 // m_heapMemoryUsageInBytes

Completed in 22 milliseconds