Searched defs:maxBytesAllocated (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);
60 m_maxBytesAllocated = maxBytesAllocated;

Completed in 435 milliseconds