borderBefore 616 Source/core/rendering/InlineFlowBox.cpp adjustmentForChildrenWithSameLineHeightAndBaseline += (boxModelObject()->borderBefore() + boxModelObject()->paddingBefore()); borderBefore 1819 Source/core/rendering/RenderBlock.cpp : colGap / 2 - colGap - ruleThickness / 2 + borderBefore() + paddingBefore(); borderBefore 1822 Source/core/rendering/RenderBlock.cpp ? colGap / 2 - colGap - ruleThickness / 2 + borderBefore() + paddingBefore() borderBefore 3266 Source/core/rendering/RenderBlock.cpp LayoutUnit colLogicalTop = borderBefore() + paddingBefore(); borderBefore 3387 Source/core/rendering/RenderBlock.cpp LayoutUnit beforeBorderPadding = borderBefore() + paddingBefore(); borderBefore 3436 Source/core/rendering/RenderBlock.cpp LayoutUnit expandedLogicalHeight = borderBefore() + paddingBefore() + columnCount(colInfo) * columnLogicalHeight + borderAfter() + paddingAfter() + scrollbarLogicalHeight(); borderBefore 3450 Source/core/rendering/RenderBlock.cpp LayoutUnit expandedLogicalHeight = borderBefore() + paddingBefore() + columnCount(colInfo) * columnLogicalHeight + borderAfter() + paddingAfter() + scrollbarLogicalHeight(); borderBefore 3472 Source/core/rendering/RenderBlock.cpp LayoutRect sliceRect = LayoutRect(logicalLeft, borderBefore() + paddingBefore() + i * colLogicalHeight, colLogicalWidth, colLogicalHeight); borderBefore 3484 Source/core/rendering/RenderBlock.cpp offset.expand(0, columnRectAt(colInfo, i).y() - logicalOffset - borderBefore() - paddingBefore()); borderBefore 3492 Source/core/rendering/RenderBlock.cpp offset.expand(columnRectAt(colInfo, i).x() - logicalOffset - borderBefore() - paddingBefore(), 0); borderBefore 184 Source/core/rendering/RenderBlockFlow.cpp setLogicalTopForChild(flowThread, borderBefore() + paddingBefore()); borderBefore 261 Source/core/rendering/RenderBlockFlow.cpp view()->layoutState()->pageLogicalOffset(*this, borderBefore() + paddingBefore() + layoutOverflowLogicalBottom) - colInfo->forcedBreakOffset()); borderBefore 284 Source/core/rendering/RenderBlockFlow.cpp setLogicalHeight(borderBefore() + paddingBefore() + colInfo->columnHeight() + borderAfter() + paddingAfter() + scrollbarLogicalHeight()); borderBefore 374 Source/core/rendering/RenderBlockFlow.cpp LayoutUnit beforeEdge = borderBefore() + paddingBefore(); borderBefore 407 Source/core/rendering/RenderBlockFlow.cpp LayoutUnit layoutOverflowLogicalBottom = (isHorizontalWritingMode() ? layoutOverflowRect().maxY() : layoutOverflowRect().maxX()) - borderBefore() - paddingBefore(); borderBefore 1349 Source/core/rendering/RenderBlockFlow.cpp MarginInfo childMarginInfo(childBlockFlow, childBlockFlow->borderBefore() + childBlockFlow->paddingBefore(), childBlockFlow->borderAfter() + childBlockFlow->paddingAfter()); borderBefore 3045 Source/core/rendering/RenderBox.cpp heightResult -= (containingBlock->borderBefore() + containingBlock->borderAfter()); borderBefore 3423 Source/core/rendering/RenderBox.cpp LayoutUnit staticLogicalTop = child->layer()->staticBlockPosition() - containerBlock->borderBefore(); borderBefore 261 Source/core/rendering/RenderBox.h LayoutUnit clientLogicalBottom() const { return borderBefore() + clientLogicalHeight(); } borderBefore 127 Source/core/rendering/RenderBoxModelObject.h virtual int borderBefore() const { return style()->borderBeforeWidth(); } borderBefore 136 Source/core/rendering/RenderBoxModelObject.h LayoutUnit borderAndPaddingBefore() const { return borderBefore() + paddingBefore(); } borderBefore 149 Source/core/rendering/RenderBoxModelObject.h LayoutUnit borderLogicalHeight() const { return borderBefore() + borderAfter(); } borderBefore 105 Source/core/rendering/RenderFieldset.cpp LayoutUnit fieldsetBorderBefore = borderBefore(); borderBefore 59 Source/core/rendering/RenderMultiColumnSet.cpp LayoutUnit contentLogicalTop = logicalTop() - multicolBlock->borderBefore() - multicolBlock->paddingBefore(); borderBefore 239 Source/core/rendering/RenderMultiColumnSet.cpp setLogicalTop(multicolBlock->borderBefore() + multicolBlock->paddingBefore()); borderBefore 304 Source/core/rendering/RenderMultiColumnSet.cpp LayoutUnit colLogicalTop = borderBefore() + paddingBefore(); borderBefore 345 Source/core/rendering/RenderTable.cpp LayoutUnit borderAndPaddingBefore = borderBefore() + (collapseBorders() ? LayoutUnit() : paddingBefore()); borderBefore 500 Source/core/rendering/RenderTable.cpp LayoutUnit borderAndPaddingBefore = borderBefore() + (collapsing ? LayoutUnit() : paddingBefore()); borderBefore 1102 Source/core/rendering/RenderTable.cpp return RenderBlock::borderBefore(); borderBefore 1124 Source/core/rendering/RenderTable.cpp const BorderValue& tb = style()->borderBefore(); borderBefore 57 Source/core/rendering/RenderTable.h virtual int borderBefore() const OVERRIDE; borderBefore 64 Source/core/rendering/RenderTable.h return style()->isFlippedBlocksWritingMode() ? borderAfter() : borderBefore(); borderBefore 71 Source/core/rendering/RenderTable.h return style()->isFlippedBlocksWritingMode() ? borderBefore() : borderAfter(); borderBefore 77 Source/core/rendering/RenderTable.h return style()->isFlippedBlocksWritingMode() ? borderAfter() : borderBefore(); borderBefore 84 Source/core/rendering/RenderTable.h return style()->isFlippedBlocksWritingMode() ? borderBefore() : borderAfter(); borderBefore 192 Source/core/rendering/RenderTableCell.cpp if (baseline > borderBefore() + paddingBefore()) borderBefore 393 Source/core/rendering/RenderTableCell.cpp return paddingBefore() + borderBefore() + contentLogicalHeight(); borderBefore 722 Source/core/rendering/RenderTableCell.cpp CollapsedBorderValue result = CollapsedBorderValue(style()->borderBefore(), includeColor ? resolveColor(beforeColorProperty) : Color(), BCELL); borderBefore 733 Source/core/rendering/RenderTableCell.cpp result = chooseBorder(result, CollapsedBorderValue(parent()->style()->borderBefore(), includeColor ? parent()->resolveColor(beforeColorProperty) : Color(), BROW)); borderBefore 756 Source/core/rendering/RenderTableCell.cpp result = chooseBorder(result, CollapsedBorderValue(currSection->style()->borderBefore(), includeColor ? currSection->resolveColor(beforeColorProperty) : Color(), BROWGROUP)); borderBefore 773 Source/core/rendering/RenderTableCell.cpp result = chooseBorder(result, CollapsedBorderValue(colElt->style()->borderBefore(), includeColor ? colElt->resolveColor(beforeColorProperty) : Color(), BCOL)); borderBefore 777 Source/core/rendering/RenderTableCell.cpp result = chooseBorder(result, CollapsedBorderValue(enclosingColumnGroup->style()->borderBefore(), includeColor ? enclosingColumnGroup->resolveColor(beforeColorProperty) : Color(), BCOLGROUP)); borderBefore 784 Source/core/rendering/RenderTableCell.cpp result = chooseBorder(result, CollapsedBorderValue(table->style()->borderBefore(), includeColor ? table->resolveColor(beforeColorProperty) : Color(), BTABLE)); borderBefore 813 Source/core/rendering/RenderTableCell.cpp result = chooseBorder(result, CollapsedBorderValue(nextCell->style()->borderBefore(), includeColor ? nextCell->resolveColor(beforeColorProperty) : Color(), BCELL)); borderBefore 825 Source/core/rendering/RenderTableCell.cpp result = chooseBorder(result, CollapsedBorderValue(nextCell->parent()->style()->borderBefore(), includeColor ? nextCell->parent()->resolveColor(beforeColorProperty) : Color(), BROW)); borderBefore 841 Source/core/rendering/RenderTableCell.cpp result = chooseBorder(result, CollapsedBorderValue(currSection->style()->borderBefore(), includeColor ? currSection->resolveColor(beforeColorProperty) : Color(), BROWGROUP)); borderBefore 931 Source/core/rendering/RenderTableCell.cpp return table()->collapseBorders() ? borderHalfBefore(false) : RenderBlockFlow::borderBefore(); borderBefore 105 Source/core/rendering/RenderTableCell.h styleLogicalHeight += (computedCSSPaddingBefore() + computedCSSPaddingAfter()).floor() + borderBefore() + borderAfter(); borderBefore 118 Source/core/rendering/RenderTableCell.h virtual int borderBefore() const OVERRIDE; borderBefore 624 Source/core/rendering/RenderTableSection.cpp if (baselinePosition > cell->borderBefore() + (cell->paddingBefore() - cell->intrinsicPaddingBefore())) { borderBefore 975 Source/core/rendering/RenderTableSection.cpp if (baseline > cell->borderBefore() + cell->paddingBefore()) borderBefore 1088 Source/core/rendering/RenderTableSection.cpp const BorderValue& sb = side == BorderBefore ? style()->borderBefore() : style()->borderAfter(); borderBefore 1094 Source/core/rendering/RenderTableSection.cpp const BorderValue& rb = side == BorderBefore ? firstChild()->style()->borderBefore() : lastChild()->style()->borderAfter(); borderBefore 1106 Source/core/rendering/RenderTableSection.cpp const BorderValue& cb = side == BorderBefore ? primaryCellStyle->borderBefore() : primaryCellStyle->borderAfter(); // FIXME: Make this work with perpendicular and flipped cells. borderBefore 1110 Source/core/rendering/RenderTableSection.cpp const BorderValue& gb = side == BorderBefore ? colGroup->style()->borderBefore() : colGroup->style()->borderAfter(); borderBefore 1207 Source/core/rendering/RenderTableSection.cpp firstLineBaseline = max<int>(firstLineBaseline, cell->logicalTop() + cell->paddingBefore() + cell->borderBefore() + cell->contentLogicalHeight()); borderBefore 177 Source/core/rendering/RenderTextControlSingleLine.cpp innerSpinBox->setLogicalHeight(logicalHeight() - borderBefore() - borderAfter()); borderBefore 286 Source/core/rendering/RootInlineBox.cpp LayoutUnit highestAllowedPosition = prevRootBox() ? min(prevRootBox()->lineBottom(), lineTop()) + result : static_cast<LayoutUnit>(block().borderBefore()); borderBefore 291 Source/core/rendering/RootInlineBox.cpp result = computeUnderAnnotationAdjustment(prevRootBox() ? prevRootBox()->lineBottom() : static_cast<LayoutUnit>(block().borderBefore())); borderBefore 705 Source/core/rendering/RootInlineBox.cpp ascentWithMargin += box->boxModelObject()->borderBefore() + box->boxModelObject()->paddingBefore() + box->boxModelObject()->marginBefore(); borderBefore 103 Source/core/rendering/shapes/ShapeInfo.cpp LayoutPoint marginBoxOrigin(-renderBox.marginLogicalLeft() - renderBox.borderAndPaddingLogicalLeft(), -renderBox.marginBefore() - renderBox.borderBefore() - renderBox.paddingBefore()); borderBefore 174 Source/core/rendering/shapes/ShapeInfo.cpp return renderer.borderBefore(); borderBefore 498 Source/core/rendering/style/RenderStyle.h const BorderValue& borderBefore() const; borderBefore 394 Source/core/rendering/svg/RenderSVGText.cpp LayoutUnit beforeEdge = borderBefore() + paddingBefore();