• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/WebCore-7537.78.1/rendering/style/

Lines Matching defs:border

547         // In the collapsing border model, 'hidden' suppresses other borders, while 'none'
588 // If our border widths change, then we need to layout. Other changes to borders
699 || surround->border != other->surround->border
1027 static RoundedRect::Radii calcRadiiFor(const BorderData& border, IntSize size, RenderView* renderView)
1030 IntSize(valueForLength(border.topLeft().width(), size.width(), renderView),
1031 valueForLength(border.topLeft().height(), size.height(), renderView)),
1032 IntSize(valueForLength(border.topRight().width(), size.width(), renderView),
1033 valueForLength(border.topRight().height(), size.height(), renderView)),
1034 IntSize(valueForLength(border.bottomLeft().width(), size.width(), renderView),
1035 valueForLength(border.bottomLeft().height(), size.height(), renderView)),
1036 IntSize(valueForLength(border.bottomRight().width(), size.width(), renderView),
1037 valueForLength(border.bottomRight().height(), size.height(), renderView)));
1043 // http://www.w3.org/TR/css3-background/#the-border-radius
1094 RoundedRect::Radii radii = calcRadiiFor(surround->border, snappedBorderRect.size(), renderView);
1724 if (surround->border.m_image.image() == image.get())
1726 surround.access()->border.m_image.setImage(image);
1731 if (surround->border.m_image.imageSlices() == slices)
1733 surround.access()->border.m_image.setImageSlices(slices);
1738 if (surround->border.m_image.borderSlices() == slices)
1740 surround.access()->border.m_image.setBorderSlices(slices);
1745 if (surround->border.m_image.outset() == outset)
1747 surround.access()->border.m_image.setOutset(outset);