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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableSection.h189 enum InlineBorderSide { BorderStart, BorderEnd }; enumerator in enum:blink::FINAL::InlineBorderSide
H A DRenderTableSection.cpp1187 unsigned colIndex = side == BorderStart ? 0 : totalCols - 1;
1191 const BorderValue& sb = side == BorderStart ? style()->borderStart() : style()->borderEnd();
1198 const BorderValue& gb = side == BorderStart ? colGroup->style()->borderStart() : colGroup->style()->borderEnd();
1213 const BorderValue& cb = side == BorderStart ? primaryCellStyle->borderStart() : primaryCellStyle->borderEnd(); // FIXME: Make this work with perpendicular and flipped cells.
1214 const BorderValue& rb = side == BorderStart ? primaryCellParentStyle->borderStart() : primaryCellParentStyle->borderEnd();
1226 if ((side == BorderStart) != table()->style()->isLeftToRightDirection())
1235 m_outerBorderStart = calcInlineDirectionOuterBorder(BorderStart);

Completed in 90 milliseconds