Searched refs:bottomVal (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableCell.cpp1113 CollapsedBorderValue bottomVal = cachedCollapsedBottomBorder(styleForCellFlow); local
1117 int bottomWidth = bottomVal.width();
1127 EBorderStyle bottomStyle = collapsedBorderStyle(bottomVal.style());
1132 bool renderBottom = bottomStyle > BHIDDEN && !bottomVal.isTransparent();
1140 borders.addBorder(bottomVal, BSBottom, renderBottom, borderRect.x(), borderRect.maxY() - bottomWidth, borderRect.maxX(), borderRect.maxY(), bottomStyle);

Completed in 120 milliseconds