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

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

Completed in 132 milliseconds