clearRect         606 Source/core/html/HTMLCanvasElement.cpp         toCanvasRenderingContext2D(m_context.get())->clearRect(0, 0, width(), height());
clearRect        1294 Source/core/html/canvas/CanvasRenderingContext2D.cpp     context->clearRect(rect);
clearRect        1632 Source/core/html/canvas/CanvasRenderingContext2D.cpp     c->clearRect(canvasRect);
clearRect         172 Source/core/html/canvas/CanvasRenderingContext2D.h     void clearRect(float x, float y, float width, float height);
clearRect         382 Source/core/rendering/FilterEffectRenderer.cpp     sourceGraphicsContext->clearRect(m_repaintRect);
clearRect         688 Source/core/rendering/RenderBoxModelObject.cpp                     context->clearRect(backgroundRect);
clearRect         722 Source/core/rendering/RenderBoxModelObject.cpp         context->clearRect(maskRect);
clearRect         414 Source/core/rendering/RenderView.cpp             paintInfo.context->clearRect(paintInfo.rect);
clearRect         243 Source/platform/graphics/GraphicsContext.h     void clearRect(const FloatRect&);
clearRect         142 Source/platform/graphics/GraphicsContextTest.cpp     context.clearRect(FloatRect(10, 10, 90, 90));
clearRect         152 Source/platform/graphics/GraphicsContextTest.cpp     context.clearRect(FloatRect(10, 10, 90, 90));
clearRect         161 Source/platform/graphics/GraphicsContextTest.cpp     context.clearRect(FloatRect(10, 10, 90, 90));
clearRect         171 Source/platform/graphics/GraphicsContextTest.cpp     context.clearRect(FloatRect(10, 10, 90, 90));
clearRect         183 Source/platform/graphics/GraphicsContextTest.cpp     context.clearRect(FloatRect(10, 10, 90, 90));
clearRect         195 Source/platform/graphics/GraphicsContextTest.cpp     context.clearRect(FloatRect(10, 10, 90, 90));
clearRect         915 Source/platform/graphics/GraphicsContextTest.cpp     context.clearRect(FloatRect(20, 20, 10, 10));
clearRect         925 Source/platform/graphics/GraphicsContextTest.cpp     context.clearRect(FloatRect(20, 20, 10, 10));