expand            144 Source/core/dom/Range.h     void expand(const String&, ExceptionState&);
expand           1870 Source/core/rendering/RenderBlock.cpp                 offset.expand(0, colRect.y() - borderTop() - paddingTop());
expand           1872 Source/core/rendering/RenderBlock.cpp                 offset.expand(colRect.x() - borderLeft() - paddingLeft(), 0);
expand           1884 Source/core/rendering/RenderBlock.cpp                     clipRect.expand(colGap / 2, 0);
expand           1886 Source/core/rendering/RenderBlock.cpp                     clipRect.expand(0, colGap / 2);
expand           2844 Source/core/rendering/RenderBlock.cpp                 offset.expand(0, m_colRect.y() - m_block.borderTop() - m_block.paddingTop());
expand           2846 Source/core/rendering/RenderBlock.cpp                 offset.expand(m_colRect.x() - m_block.borderLeft() - m_block.paddingLeft(), 0);
expand           3482 Source/core/rendering/RenderBlock.cpp                     offset.expand(columnRectAt(colInfo, i).x() - logicalLeft, -logicalOffset);
expand           3484 Source/core/rendering/RenderBlock.cpp                     offset.expand(0, columnRectAt(colInfo, i).y() - logicalOffset - borderBefore() - paddingBefore());
expand           3490 Source/core/rendering/RenderBlock.cpp                     offset.expand(-logicalOffset, columnRectAt(colInfo, i).y() - logicalLeft);
expand           3492 Source/core/rendering/RenderBlock.cpp                     offset.expand(columnRectAt(colInfo, i).x() - logicalOffset - borderBefore() - paddingBefore(), 0);
expand           1476 Source/core/rendering/RenderBox.cpp         borderImageRect.expand(style()->maskBoxImageOutsets());
expand           4438 Source/core/rendering/RenderBox.cpp         rect.expand(isHorizontalWritingMode() ? LayoutSize(LayoutUnit(), marginAfter()) : LayoutSize(marginAfter(), LayoutUnit()));
expand            203 Source/core/rendering/RenderBoxModelObject.cpp             offset.expand(valueForLength(style()->left(), containingBlock->availableWidth()), 0);
expand            205 Source/core/rendering/RenderBoxModelObject.cpp         offset.expand(-valueForLength(style()->right(), containingBlock->availableWidth()), 0);
expand            218 Source/core/rendering/RenderBoxModelObject.cpp         offset.expand(0, valueForLength(style()->top(), containingBlock->availableHeight()));
expand            224 Source/core/rendering/RenderBoxModelObject.cpp         offset.expand(0, -valueForLength(style()->bottom(), containingBlock->availableHeight()));
expand           1148 Source/core/rendering/RenderBoxModelObject.cpp     rectWithOutsets.expand(style->imageOutsets(ninePieceImage));
expand            205 Source/core/rendering/RenderFieldset.cpp         paintRect.expand(0, -yOff);
expand            209 Source/core/rendering/RenderFieldset.cpp         paintRect.expand(-xOff, 0);
expand           1140 Source/core/rendering/RenderLayerScrollableArea.cpp         corner.expand(corner.width() * expandRatio, corner.height() * expandRatio);
expand             45 Source/core/rendering/shapes/ShapeInfo.cpp             newReferenceBoxLogicalSize.expand(m_renderer.marginWidth(), m_renderer.marginHeight());
expand             47 Source/core/rendering/shapes/ShapeInfo.cpp             newReferenceBoxLogicalSize.expand(m_renderer.marginHeight(), m_renderer.marginWidth());
expand             75 Source/platform/geometry/FloatBoxExtent.h         rect.expand(left() + right(), top() + bottom());
expand             95 Source/platform/geometry/FloatRect.h     void expand(const FloatSize& size) { m_size += size; }
expand             96 Source/platform/geometry/FloatRect.h     void expand(float dw, float dh) { m_size.expand(dw, dh); }
expand             98 Source/platform/geometry/FloatRect.h     void contract(float dw, float dh) { m_size.expand(-dw, -dh); }
expand             72 Source/platform/geometry/FloatRoundedRect.h         void expand(float topWidth, float bottomWidth, float leftWidth, float rightWidth);
expand             73 Source/platform/geometry/FloatRoundedRect.h         void expand(float size) { expand(size, size, size, size); }
expand             74 Source/platform/geometry/FloatRoundedRect.h         void shrink(float topWidth, float bottomWidth, float leftWidth, float rightWidth) { expand(-topWidth, -bottomWidth, -leftWidth, -rightWidth); }
expand             98 Source/platform/geometry/FloatRoundedRect.h     void expandRadii(float size) { m_radii.expand(size); }
expand             68 Source/platform/geometry/FloatSize.h     void expand(float width, float height)
expand             89 Source/platform/geometry/IntRect.h     void expand(const IntSize& size) { m_size += size; }
expand             90 Source/platform/geometry/IntRect.h     void expand(int dw, int dh) { m_size.expand(dw, dh); }
expand             92 Source/platform/geometry/IntRect.h     void contract(int dw, int dh) { m_size.expand(-dw, -dh); }
expand             75 Source/platform/geometry/IntRectExtent.h         rect.expand(left() + right(), top() + bottom());
expand             58 Source/platform/geometry/IntSize.h     void expand(int width, int height)
expand             94 Source/platform/geometry/LayoutRect.h     void expand(const LayoutSize& size) { m_size += size; }
expand             95 Source/platform/geometry/LayoutRect.h     void expand(const LayoutBoxExtent& box)
expand             98 Source/platform/geometry/LayoutRect.h         m_size.expand(box.left() + box.right(), box.top() + box.bottom());
expand            100 Source/platform/geometry/LayoutRect.h     void expand(LayoutUnit dw, LayoutUnit dh) { m_size.expand(dw, dh); }
expand            107 Source/platform/geometry/LayoutRect.h     void contract(LayoutUnit dw, LayoutUnit dh) { m_size.expand(-dw, -dh); }
expand             66 Source/platform/geometry/LayoutSize.h     void expand(LayoutUnit width, LayoutUnit height)
expand             66 Source/platform/geometry/RoundedRect.h         void expand(int topWidth, int bottomWidth, int leftWidth, int rightWidth);
expand             67 Source/platform/geometry/RoundedRect.h         void expand(int size) { expand(size, size, size, size); }
expand             68 Source/platform/geometry/RoundedRect.h         void shrink(int topWidth, int bottomWidth, int leftWidth, int rightWidth) { expand(-topWidth, -bottomWidth, -leftWidth, -rightWidth); }
expand             96 Source/platform/geometry/RoundedRect.h     void expandRadii(int size) { m_radii.expand(size); }
expand             67 Source/platform/graphics/filters/FEConvolveMatrix.cpp     result.expand(m_kernelSize);
expand            214 Source/web/ScrollbarGroup.cpp             size.expand(WebPluginScrollbar::defaultThickness(), 0);
expand            221 Source/web/ScrollbarGroup.cpp             size.expand(0, WebPluginScrollbar::defaultThickness());
expand            106 Source/web/WebRange.cpp     copy.m_private->expand("block", IGNORE_EXCEPTION);
expand            404 Source/wtf/HashTable.h         ValueType* expand(ValueType* entry = 0);
expand            715 Source/wtf/HashTable.h             expand();
expand            787 Source/wtf/HashTable.h             entry = expand(entry);
expand            797 Source/wtf/HashTable.h             expand();
expand            818 Source/wtf/HashTable.h             entry = expand(entry);
expand            957 Source/wtf/HashTable.h     Value* HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits, Allocator>::expand(Value* entry)