Searched refs:m_targetBytesAllocated (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DCanvas2DLayerManager.cpp45 , m_targetBytesAllocated(DefaultTargetBytesAllocated)
61 m_targetBytesAllocated = targetBytesAllocated;
131 while (layer && m_bytesAllocated > m_targetBytesAllocated) {
134 currentLayer->freeMemoryIfPossible(m_bytesAllocated - m_targetBytesAllocated);
140 while (m_bytesAllocated > m_targetBytesAllocated && layer) {
144 currentLayer->freeMemoryIfPossible(m_bytesAllocated - m_targetBytesAllocated);
H A DCanvas2DLayerManager.h57 size_t m_targetBytesAllocated; member in class:blink::Canvas2DLayerManager

Completed in 849 milliseconds