inflate 191 Source/core/editing/Caret.cpp inflatedRect.inflate(1); inflate 1364 Source/core/html/canvas/CanvasRenderingContext2D.cpp boundingRect.inflate(state().m_lineWidth / 2); inflate 1775 Source/core/html/canvas/CanvasRenderingContext2D.cpp shadowRect.inflate(state().m_shadowBlur); inflate 2288 Source/core/html/canvas/CanvasRenderingContext2D.cpp rect.inflate(delta); inflate 1029 Source/core/inspector/InspectorPageAgent.cpp inflatedRect.inflate(-1); inflate 416 Source/core/page/SpatialNavigation.cpp a.inflate(deflateFactor); inflate 419 Source/core/page/SpatialNavigation.cpp b.inflate(deflateFactor); inflate 341 Source/core/rendering/FastTextAutosizer.cpp inflate(block); inflate 200 Source/core/rendering/FastTextAutosizer.h void inflate(RenderBlock*); inflate 845 Source/core/rendering/InlineFlowBox.cpp logicalVisualOverflow.inflate(style->outlineSize()); inflate 1148 Source/core/rendering/InlineTextBox.cpp shadowRect.inflate(s.blur()); inflate 1974 Source/core/rendering/RenderBoxModelObject.cpp outerRect.inflate(1); inflate 2492 Source/core/rendering/RenderBoxModelObject.cpp fillRect.inflate(shadowSpread); inflate 2497 Source/core/rendering/RenderBoxModelObject.cpp shadowRect.inflate(shadowBlur + shadowSpread); inflate 2530 Source/core/rendering/RenderBoxModelObject.cpp rectToClipOut.inflate(-1); inflate 2553 Source/core/rendering/RenderBoxModelObject.cpp roundedFillRect.inflate(shadowSpread); inflate 452 Source/core/rendering/RenderImage.cpp repaintRect.inflate(outlineWidth); inflate 1020 Source/core/rendering/RenderInline.cpp repaintRect.inflate(outlineSize); inflate 1198 Source/core/rendering/RenderObject.cpp inner.inflate(outlineOffset); inflate 1201 Source/core/rendering/RenderObject.cpp outer.inflate(outlineWidth); inflate 1663 Source/core/rendering/RenderObject.cpp r.inflate(outlineWidth); inflate 41 Source/core/rendering/shapes/BoxShape.cpp marginBounds.inflate(shapeMargin()); inflate 49 Source/core/rendering/shapes/BoxShape.cpp marginBounds.inflate(shapeMargin()); inflate 73 Source/core/rendering/svg/RenderSVGEllipse.cpp m_strokeBoundingBox.inflate(strokeWidth() / 2); inflate 80 Source/core/rendering/svg/RenderSVGRect.cpp m_innerStrokeRect.inflate(-strokeWidth / 2); inflate 81 Source/core/rendering/svg/RenderSVGRect.cpp m_outerStrokeRect.inflate(strokeWidth / 2); inflate 395 Source/core/rendering/svg/RenderSVGRoot.cpp m_repaintBoundingBox.inflate(borderAndPaddingWidth().toFloat()); inflate 414 Source/core/rendering/svg/RenderSVGShape.cpp m_repaintBoundingBox.inflate(1); inflate 501 Source/core/rendering/svg/RenderSVGText.cpp strokeBoundaries.inflate(svgStyle->strokeWidth()->value(lengthContext)); inflate 61 Source/core/rendering/svg/SVGRenderSupport.cpp repaintRect.inflate(object->style()->outlineWidth()); inflate 534 Source/modules/websockets/MainThreadWebSocketChannel.cpp OwnPtr<InflateResultHolder> inflateResult = m_deflateFramer.inflate(frame); inflate 539 Source/modules/websockets/MainThreadWebSocketChannel.cpp if (!m_perMessageDeflate.inflate(frame)) { inflate 100 Source/modules/websockets/WebSocketDeflateFramer.h PassOwnPtr<InflateResultHolder> inflate(WebSocketFrame&); inflate 183 Source/modules/websockets/WebSocketDeflater.cpp int result = inflate(m_stream.get(), Z_NO_FLUSH); inflate 215 Source/modules/websockets/WebSocketDeflater.cpp int result = inflate(m_stream.get(), Z_FINISH); inflate 71 Source/modules/websockets/WebSocketPerMessageDeflate.h bool inflate(WebSocketFrame&); inflate 131 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp ASSERT_TRUE(c.inflate(frame)); inflate 274 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp ASSERT_TRUE(c.inflate(f1)); inflate 281 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp ASSERT_TRUE(c.inflate(f2)); inflate 288 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp ASSERT_TRUE(c.inflate(f3)); inflate 304 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp ASSERT_TRUE(c.inflate(f1)); inflate 310 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp ASSERT_TRUE(c.inflate(f2)); inflate 328 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp ASSERT_TRUE(c.inflate(f1)); inflate 334 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp ASSERT_TRUE(c.inflate(f2)); inflate 340 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp ASSERT_TRUE(c.inflate(f3)); inflate 358 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp ASSERT_TRUE(c.inflate(f2)); inflate 155 Source/platform/geometry/FloatRect.h void inflate(float d) { inflateX(d); inflateY(d); } inflate 97 Source/platform/geometry/FloatRoundedRect.h void inflate(float size) { m_rect.inflate(size); } inflate 145 Source/platform/geometry/IntRect.h void inflate(int d) { inflateX(d); inflateY(d); } inflate 160 Source/platform/geometry/LayoutRect.h void inflate(LayoutUnit d) { inflateX(d); inflateY(d); } inflate 88 Source/platform/geometry/RoundedRect.cpp m_rect.inflate(size); inflate 94 Source/platform/geometry/RoundedRect.h void inflate(int size) { m_rect.inflate(size); } inflate 647 Source/platform/graphics/GraphicsContext.cpp bounds.inflate(shadowBlur); inflate 650 Source/platform/graphics/GraphicsContext.cpp bounds.inflate(-shadowSpread); inflate 663 Source/platform/graphics/GraphicsContext.cpp holeRect.inflate(-shadowSpread); inflate 60 Source/platform/graphics/filters/FELighting.cpp result.inflate(1);