adjustSize        190 Source/core/html/canvas/WebGLRenderingContextBase.cpp         IntSize desiredSize = evictedContext->m_drawingBuffer->adjustSize(evictedContext->clampedCanvasSize());
adjustSize        706 Source/platform/graphics/gpu/DrawingBuffer.cpp     IntSize adjustedSize = adjustSize(size);
adjustSize        717 Source/platform/graphics/gpu/DrawingBuffer.cpp     adjustedSize = adjustSize(size);
adjustSize        735 Source/platform/graphics/gpu/DrawingBuffer.cpp         adjustedSize = adjustSize(newSize);
adjustSize         95 Source/platform/graphics/gpu/DrawingBuffer.h     IntSize adjustSize(const IntSize&);