borderBottom      209 Source/core/accessibility/AXTable.cpp             if ((cell->borderTop() > 0 && cell->borderBottom() > 0)
borderBottom      217 Source/core/accessibility/AXTable.cpp             if (cell->borderBottom() > 0)
borderBottom      266 Source/core/html/HTMLTableElement.cpp static bool getBordersFromFrameAttributeValue(const AtomicString& value, bool& borderTop, bool& borderRight, bool& borderBottom, bool& borderLeft)
borderBottom      270 Source/core/html/HTMLTableElement.cpp     borderBottom = false;
borderBottom      276 Source/core/html/HTMLTableElement.cpp         borderBottom = true;
borderBottom      278 Source/core/html/HTMLTableElement.cpp         borderTop = borderBottom = true;
borderBottom      286 Source/core/html/HTMLTableElement.cpp         borderTop = borderBottom = borderLeft = borderRight = true;
borderBottom      336 Source/core/html/HTMLTableElement.cpp         bool borderBottom;
borderBottom      338 Source/core/html/HTMLTableElement.cpp         if (getBordersFromFrameAttributeValue(value, borderTop, borderRight, borderBottom, borderLeft)) {
borderBottom      341 Source/core/html/HTMLTableElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyBorderBottomStyle, borderBottom ? CSSValueSolid : CSSValueHidden);
borderBottom      370 Source/core/html/HTMLTableElement.cpp         bool borderBottom;
borderBottom      372 Source/core/html/HTMLTableElement.cpp         m_frameAttr = getBordersFromFrameAttributeValue(value, borderTop, borderRight, borderBottom, borderLeft);
borderBottom      178 Source/core/inspector/InspectorOverlay.cpp             paddingBox.width() + renderBox->borderLeft() + renderBox->borderRight(), paddingBox.height() + renderBox->borderTop() + renderBox->borderBottom());
borderBottom      187 Source/core/inspector/InspectorOverlay.cpp             borderBox.width() - renderInline->borderLeft() - renderInline->borderRight(), borderBox.height() - renderInline->borderTop() - renderInline->borderBottom());
borderBottom       89 Source/core/rendering/LayoutState.cpp             m_layoutOffset.height() + (!isFlipped ? renderer.borderTop() + renderer.paddingTop() : renderer.borderBottom() + renderer.paddingBottom()));
borderBottom     4274 Source/core/rendering/RenderBlock.cpp                     return box->lineBottom() + (includeBottom ? (block->borderBottom() + block->paddingBottom()) : LayoutUnit());
borderBottom     4283 Source/core/rendering/RenderBlock.cpp                         return result + obj->y() + (includeBottom ? (block->borderBottom() + block->paddingBottom()) : LayoutUnit());
borderBottom      345 Source/core/rendering/RenderBox.cpp     return height() - borderTop() - borderBottom() - horizontalScrollbarHeight();
borderBottom     1601 Source/core/rendering/RenderBox.cpp                         max(layerRenderer->height() + layerRenderer->marginHeight() + layerRenderer->borderTop() + layerRenderer->borderBottom(), rh));
borderBottom     1690 Source/core/rendering/RenderBox.cpp     clipRect.setSize(clipRect.size() - LayoutSize(borderLeft() + borderRight(), borderTop() + borderBottom()));
borderBottom     3218 Source/core/rendering/RenderBox.cpp         logicalLeftPos += (child->isHorizontalWritingMode() ? containerBlock->borderRight() : containerBlock->borderBottom());
borderBottom     3534 Source/core/rendering/RenderBox.cpp             logicalTopPos += containerBlock->borderBottom();
borderBottom     4489 Source/core/rendering/RenderBox.cpp     LayoutUnit bottom = borderBottom();
borderBottom      566 Source/core/rendering/RenderBoxModelObject.cpp                 paddingTop() + borderTop(), paddingBottom() + borderBottom(), paddingLeft() + borderLeft(), paddingRight() + borderRight(), includeLeftEdge, includeRightEdge);
borderBottom      589 Source/core/rendering/RenderBoxModelObject.cpp         scrolledPaintRect.setHeight(borderTop() + thisBox->scrollHeight() + borderBottom());
borderBottom      606 Source/core/rendering/RenderBoxModelObject.cpp             scrolledPaintRect.height() - borderTop() - borderBottom() - (includePadding ? paddingTop() + paddingBottom() : LayoutUnit()));
borderBottom     1000 Source/core/rendering/RenderBoxModelObject.cpp             bottom = borderBottom();
borderBottom      124 Source/core/rendering/RenderBoxModelObject.h     virtual int borderBottom() const { return style()->borderBottomWidth(); }
borderBottom      133 Source/core/rendering/RenderBoxModelObject.h     int borderHeight() const { return borderTop() + borderBottom(); }
borderBottom      139 Source/core/rendering/RenderBoxModelObject.h     LayoutUnit borderAndPaddingHeight() const { return borderTop() + borderBottom() + paddingTop() + paddingBottom(); }
borderBottom      147 Source/core/rendering/RenderBoxModelObject.h     LayoutUnit borderLogicalRight() const { return style()->isHorizontalWritingMode() ? borderRight() : borderBottom(); }
borderBottom      113 Source/core/rendering/RenderButton.cpp     return LayoutRect(additionalOffset.x() + borderLeft(), additionalOffset.y() + borderTop(), width() - borderLeft() - borderRight(), height() - borderTop() - borderBottom());
borderBottom      339 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp     LayoutUnit toAdd = borderBottom() + paddingBottom() + horizontalScrollbarHeight();
borderBottom      630 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp     LayoutUnit toAdd = borderBottom() + paddingBottom() + horizontalScrollbarHeight();
borderBottom       98 Source/core/rendering/RenderFileUploadControl.cpp                          width() - borderLeft() - borderRight(), height() - borderBottom() - borderTop() + buttonShadowHeight));
borderBottom      465 Source/core/rendering/RenderFlexibleBox.cpp     return isLeftToRightFlow() ? borderTop() : borderBottom();
borderBottom      472 Source/core/rendering/RenderFlexibleBox.cpp     return isLeftToRightFlow() ? borderBottom() : borderTop();
borderBottom      481 Source/core/rendering/RenderFlexibleBox.cpp         return borderBottom();
borderBottom      495 Source/core/rendering/RenderFlexibleBox.cpp         return borderBottom();
borderBottom      196 Source/core/rendering/RenderLayerScrollableArea.cpp         scrollRect.move(horizontalScrollbarStart(0), m_box->height() - m_box->borderBottom() - scrollbar->height());
borderBottom      777 Source/core/rendering/RenderLayerScrollableArea.cpp         borderBoxRect.maxY() - m_box->borderBottom() - m_hBar->height(),
borderBottom      792 Source/core/rendering/RenderLayerScrollableArea.cpp         borderBoxRect.height() - (m_box->borderTop() + m_box->borderBottom()) - scrollCorner.height());
borderBottom      816 Source/core/rendering/RenderLayerScrollableArea.cpp         return IntSize(horizontalScrollbarStart(0), m_box->height() - m_box->borderBottom() - scrollbar->height());
borderBottom     1103 Source/core/rendering/RenderLayerScrollableArea.cpp             m_box->height() - (m_box->borderTop() + m_box->borderBottom()) - (m_hBar ? m_hBar->height() : resizeControlSize));
borderBottom     1113 Source/core/rendering/RenderLayerScrollableArea.cpp             m_box->height() - m_box->borderBottom() - m_hBar->height(),
borderBottom      378 Source/core/rendering/RenderListBox.cpp             height() - (borderTop() + borderBottom()));
borderBottom      488 Source/core/rendering/RenderListBox.cpp                         height() - borderTop() - borderBottom());
borderBottom      502 Source/core/rendering/RenderListBox.cpp     if (offset.height() < borderTop() + paddingTop() || offset.height() > height() - paddingBottom() - borderBottom())
borderBottom      573 Source/core/rendering/RenderListBox.cpp     if (positionOffset.height() > height() - paddingBottom() - borderBottom() && scrollToRevealElementAtListIndex(offset + rows))
borderBottom     1618 Source/core/rendering/RenderObject.cpp         int borderBottom = isBox() ? toRenderBox(this)->borderBottom() : 0;
borderBottom     1621 Source/core/rendering/RenderObject.cpp         LayoutUnit borderHeight = max<LayoutUnit>(borderBottom, max<LayoutUnit>(valueForLength(style()->borderBottomLeftRadius().height(), boxHeight), valueForLength(style()->borderBottomRightRadius().height(), boxHeight)));
borderBottom      157 Source/core/rendering/RenderReplaced.cpp                 paddingTop() + borderTop(), paddingBottom() + borderBottom(), paddingLeft() + borderLeft(), paddingRight() + borderRight(), true, true);
borderBottom      627 Source/core/rendering/RenderTable.cpp         int bottomBorderOverflow = height() + outerBorderBottom() - borderBottom();
borderBottom       81 Source/core/rendering/RenderTable.h     virtual int borderBottom() const OVERRIDE
borderBottom      914 Source/core/rendering/RenderTableCell.cpp     return table()->collapseBorders() ? borderHalfBottom(false) : RenderBlockFlow::borderBottom();
borderBottom     1195 Source/core/rendering/RenderTableCell.cpp                 width() - borderLeft() - borderRight(), height() - borderTop() - borderBottom());
borderBottom      115 Source/core/rendering/RenderTableCell.h     virtual int borderBottom() const OVERRIDE;
borderBottom      351 Source/core/rendering/RenderThemeChromiumDefault.cpp     extraParams.menuList.hasBorder = box->borderRight() || box->borderLeft() || box->borderTop() || box->borderBottom();
borderBottom      370 Source/core/rendering/RenderThemeChromiumDefault.cpp         int spacingBottom = box->borderBottom() + box->paddingBottom();
borderBottom      404 Source/core/rendering/RenderThemeChromiumDefault.cpp         int spacingBottom = box->borderBottom() + box->paddingBottom();
borderBottom      250 Source/core/rendering/RenderTreeAsText.cpp         if (box.borderTop() || box.borderRight() || box.borderBottom() || box.borderLeft()) {
borderBottom      275 Source/core/rendering/RenderTreeAsText.cpp             if (o.style()->borderBottom() != prevBorder) {
borderBottom      276 Source/core/rendering/RenderTreeAsText.cpp                 prevBorder = box.style()->borderBottom();
borderBottom      277 Source/core/rendering/RenderTreeAsText.cpp                 if (!box.borderBottom())
borderBottom      280 Source/core/rendering/RenderTreeAsText.cpp                     ts << " (" << box.borderBottom() << "px ";
borderBottom      233 Source/core/rendering/RenderWidget.cpp             paddingTop() + borderTop(), paddingBottom() + borderBottom(), paddingLeft() + borderLeft(), paddingRight() + borderRight(), true, true);
borderBottom      168 Source/core/rendering/shapes/ShapeInfo.cpp     case BottomToTopWritingMode: return renderer.borderBottom();
borderBottom      182 Source/core/rendering/shapes/ShapeInfo.cpp     case BottomToTopWritingMode: return renderer.borderBottom() + renderer.paddingBottom();
borderBottom      218 Source/core/rendering/shapes/ShapeInfo.cpp     return renderer.borderBottom();
borderBottom      233 Source/core/rendering/shapes/ShapeInfo.cpp     return renderer.borderBottom() + renderer.paddingBottom();
borderBottom     1462 Source/core/rendering/style/RenderStyle.cpp         return borderBottom();
borderBottom     1476 Source/core/rendering/style/RenderStyle.cpp         return borderBottom();
borderBottom     1485 Source/core/rendering/style/RenderStyle.cpp     return borderBottom();
borderBottom     1492 Source/core/rendering/style/RenderStyle.cpp     return isLeftToRightDirection() ? borderTop() : borderBottom();
borderBottom     1499 Source/core/rendering/style/RenderStyle.cpp     return isLeftToRightDirection() ? borderBottom() : borderTop();
borderBottom      496 Source/core/rendering/style/RenderStyle.h     const BorderValue& borderBottom() const { return surround->border.bottom(); }