Home | History | Annotate | Download | only in rendering

Lines Matching refs:borderHalfRight

259     int right = max(borderHalfRight(true), outlineSize);
277 right = max(right, above->borderHalfRight(true));
283 right = max(right, below->borderHalfRight(true));
714 return table()->collapseBorders() ? borderHalfRight(false) : RenderBlock::borderRight();
757 int RenderTableCell::borderHalfRight(bool outer) const