borderStart      1823 Source/core/rendering/RenderBlock.cpp             : borderStart() + paddingStart();
borderStart       461 Source/core/rendering/RenderBlockFlow.cpp     LayoutUnit startPosition = borderStart() + paddingStart();
borderStart      1333 Source/core/rendering/RenderBlockLineLayout.cpp         child->borderStart();
borderStart       129 Source/core/rendering/RenderBoxModelObject.h     virtual int borderStart() const { return style()->borderStartWidth(); }
borderStart       135 Source/core/rendering/RenderBoxModelObject.h     LayoutUnit borderAndPaddingStart() const { return borderStart() + paddingStart(); }
borderStart       142 Source/core/rendering/RenderBoxModelObject.h     LayoutUnit borderAndPaddingLogicalWidth() const { return borderStart() + borderEnd() + paddingStart() + paddingEnd(); }
borderStart       148 Source/core/rendering/RenderBoxModelObject.h     LayoutUnit borderLogicalWidth() const { return borderStart() + borderEnd(); }
borderStart       170 Source/core/rendering/RenderBoxModelObject.h     bool hasInlineDirectionBordersOrPadding() const { return borderStart() || borderEnd() || paddingStart()|| paddingEnd(); }
borderStart       662 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp                 childLayer->setStaticInlinePosition(borderStart() + paddingStart());
borderStart        82 Source/core/rendering/RenderFieldset.cpp                 logicalLeft = borderStart() + paddingStart() + marginStartForChild(legend);
borderStart        88 Source/core/rendering/RenderFieldset.cpp                 logicalLeft = borderStart() + paddingStart();
borderStart        98 Source/core/rendering/RenderFieldset.cpp                 logicalLeft = logicalWidth() - borderStart() - paddingStart() - marginStartForChild(legend) - logicalWidthForChild(legend);
borderStart       359 Source/core/rendering/RenderListItem.cpp             markerLogicalLeft = leftLineOffset - lineOffset - paddingStart() - borderStart() + m_marker->marginStart();
borderStart       382 Source/core/rendering/RenderListItem.cpp             markerLogicalLeft = rightLineOffset - lineOffset + paddingStart() + borderStart() + m_marker->marginEnd();
borderStart       338 Source/core/rendering/RenderTable.cpp         borders = borderStart() + borderEnd() + (collapseBorders() ? LayoutUnit() : paddingStart() + paddingEnd());
borderStart       537 Source/core/rendering/RenderTable.cpp         LayoutUnit sectionLogicalLeft = style()->isLeftToRightDirection() ? borderStart() : borderEnd();
borderStart       983 Source/core/rendering/RenderTable.cpp         return RenderBlock::borderStart();
borderStart       991 Source/core/rendering/RenderTable.cpp     const BorderValue& tableStartBorder = style()->borderStart();
borderStart       999 Source/core/rendering/RenderTable.cpp         const BorderValue& columnAdjoiningBorder = column->style()->borderStart();
borderStart      1158 Source/core/rendering/RenderTable.cpp     const BorderValue& tb = style()->borderStart();
borderStart      1451 Source/core/rendering/RenderTable.cpp         return style()->borderStart();
borderStart      1462 Source/core/rendering/RenderTable.cpp     return style()->borderStart();
borderStart        55 Source/core/rendering/RenderTable.h     virtual int borderStart() const OVERRIDE { return m_borderStart; }
borderStart        63 Source/core/rendering/RenderTable.h             return style()->isLeftToRightDirection() ? borderStart() : borderEnd();
borderStart        70 Source/core/rendering/RenderTable.h             return style()->isLeftToRightDirection() ? borderEnd() : borderStart();
borderStart        78 Source/core/rendering/RenderTable.h         return style()->isLeftToRightDirection() ? borderStart() : borderEnd();
borderStart        85 Source/core/rendering/RenderTable.h         return style()->isLeftToRightDirection() ? borderEnd() : borderStart();
borderStart       210 Source/core/rendering/RenderTable.h         return borderStart() + borderEnd() + (collapseBorders() ? LayoutUnit() : (paddingStart() + paddingEnd() + borderSpacingInRowDirection()));
borderStart       520 Source/core/rendering/RenderTableCell.cpp     CollapsedBorderValue result(style()->borderStart(), includeColor ? resolveColor(startColorProperty) : Color(), BCELL);
borderStart       921 Source/core/rendering/RenderTableCell.cpp     return table()->collapseBorders() ? borderHalfStart(false) : RenderBlockFlow::borderStart();
borderStart       116 Source/core/rendering/RenderTableCell.h     virtual int borderStart() const OVERRIDE;
borderStart       183 Source/core/rendering/RenderTableCell.h             return style()->borderStart();
borderStart       194 Source/core/rendering/RenderTableCell.h         return style()->borderStart();
borderStart       201 Source/core/rendering/RenderTableCell.h         return style()->borderStart();
borderStart       163 Source/core/rendering/RenderTableCol.cpp     return style()->borderStart();
borderStart       174 Source/core/rendering/RenderTableCol.cpp     return style()->borderStart();
borderStart       100 Source/core/rendering/RenderTableRow.cpp     return style()->borderStart();
borderStart        75 Source/core/rendering/RenderTableRow.h             return style()->borderStart();
borderStart        85 Source/core/rendering/RenderTableRow.h         return style()->borderStart();
borderStart      1143 Source/core/rendering/RenderTableSection.cpp     const BorderValue& sb = side == BorderStart ? style()->borderStart() : style()->borderEnd();
borderStart      1150 Source/core/rendering/RenderTableSection.cpp         const BorderValue& gb = side == BorderStart ? colGroup->style()->borderStart() : colGroup->style()->borderEnd();
borderStart      1165 Source/core/rendering/RenderTableSection.cpp         const BorderValue& cb = side == BorderStart ? primaryCellStyle->borderStart() : primaryCellStyle->borderEnd(); // FIXME: Make this work with perpendicular and flipped cells.
borderStart      1166 Source/core/rendering/RenderTableSection.cpp         const BorderValue& rb = side == BorderStart ? primaryCellParentStyle->borderStart() : primaryCellParentStyle->borderEnd();
borderStart      1574 Source/core/rendering/RenderTableSection.cpp     return hasSameDirectionAs(cell) ? style()->borderStart() : style()->borderEnd();
borderStart      1580 Source/core/rendering/RenderTableSection.cpp     return hasSameDirectionAs(cell) ? style()->borderEnd() : style()->borderStart();
borderStart       145 Source/core/rendering/RenderTableSection.h             return style()->borderStart();
borderStart       155 Source/core/rendering/RenderTableSection.h         return style()->borderStart();
borderStart       309 Source/core/rendering/line/BreakingContextInlineHeaders.h     return child->marginStart() + child->paddingStart() + child->borderStart();
borderStart       500 Source/core/rendering/style/RenderStyle.h     const BorderValue& borderStart() const;