Home | History | Annotate | Download | only in rendering

Lines Matching refs:borderBottom

380     int bpBottom = borderBottom() + (collapsing ? 0 : paddingBottom());
447 int bottomBorderOverflow = height() + (collapsing ? outerBorderBottom() - borderBottom() : 0);
894 int RenderTable::borderBottom() const
898 return RenderBlock::borderBottom();
946 const BorderValue& tb = style()->borderBottom();