Searched defs:targetBytesAllocated (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DCanvas2DLayerManager.cpp57 void Canvas2DLayerManager::init(size_t maxBytesAllocated, size_t targetBytesAllocated) argument
59 ASSERT(maxBytesAllocated >= targetBytesAllocated);
61 m_targetBytesAllocated = targetBytesAllocated;

Completed in 91 milliseconds