Searched refs:borderEnd (Results 1 – 12 of 12) sorted by relevance
/external/webkit/Source/WebCore/rendering/ |
D | RenderTable.h | 53 int borderEnd() const { return m_borderEnd; } in borderEnd() function 60 return style()->isLeftToRightDirection() ? borderStart() : borderEnd(); in borderLeft() 67 return style()->isLeftToRightDirection() ? borderEnd() : borderStart(); in borderRight() 75 return style()->isLeftToRightDirection() ? borderStart() : borderEnd(); in borderTop() 82 return style()->isLeftToRightDirection() ? borderEnd() : borderStart(); in borderBottom() 171 return borderStart() + borderEnd() + in bordersPaddingAndSpacingInRowDirection()
|
D | RenderBoxModelObject.h | 87 virtual int borderEnd() const { return style()->borderEndWidth(); } in borderEnd() function 92 …int borderAndPaddingLogicalWidth() const { return borderStart() + borderEnd() + paddingStart() + p… in borderAndPaddingLogicalWidth() 109 …bool hasInlineDirectionBordersOrPadding() const { return borderStart() || borderEnd() || paddingSt… in hasInlineDirectionBordersOrPadding()
|
D | RenderTableCell.cpp | 412 …CollapsedBorderValue prevCellBorder = CollapsedBorderValue(&prevCell->style()->borderEnd(), prevCe… in collapsedStartBorder() 447 …CollapsedBorderValue endBorder = CollapsedBorderValue(&colElt->style()->borderEnd(), colElt->style… in collapsedStartBorder() 471 …CollapsedBorderValue result = CollapsedBorderValue(&style()->borderEnd(), style()->visitedDependen… in collapsedEndBorder() 484 …result = chooseBorder(result, CollapsedBorderValue(&parent()->style()->borderEnd(), parent()->styl… in collapsedEndBorder() 489 …result = chooseBorder(result, CollapsedBorderValue(§ion()->style()->borderEnd(), section()->st… in collapsedEndBorder() 499 …result = chooseBorder(result, CollapsedBorderValue(&colElt->style()->borderEnd(), colElt->style()-… in collapsedEndBorder() 503 …= chooseBorder(result, CollapsedBorderValue(&colElt->parent()->style()->borderEnd(), colElt->paren… in collapsedEndBorder() 520 …result = chooseBorder(result, CollapsedBorderValue(&table->style()->borderEnd(), table->style()->v… in collapsedEndBorder() 734 int RenderTableCell::borderEnd() const in borderEnd() function in WebCore::RenderTableCell 736 return table()->collapseBorders() ? borderHalfEnd(false) : RenderBlock::borderEnd(); in borderEnd()
|
D | RenderTable.cpp | 425 int sectionLogicalLeft = style()->isLeftToRightDirection() ? borderStart() : borderEnd(); in layout() 911 const BorderValue& tb = style()->borderEnd(); in calcBorderEnd() 919 const BorderValue& gb = colGroup->style()->borderEnd(); in calcBorderEnd() 931 const BorderValue& sb = firstNonEmptySection->style()->borderEnd(); in calcBorderEnd() 941 …const BorderValue& cb = cs.primaryCell()->style()->borderEnd(); // FIXME: Make this work with perp… in calcBorderEnd() 945 const BorderValue& rb = cs.primaryCell()->parent()->style()->borderEnd(); in calcBorderEnd() 957 return RenderBlock::borderEnd(); in calcBorderEnd() 1070 const BorderValue& tb = style()->borderEnd(); in outerBorderEnd()
|
D | RenderTableCell.h | 65 virtual int borderEnd() const;
|
D | RenderFieldset.cpp | 82 … logicalLeft = logicalWidth() - borderEnd() - paddingEnd() - logicalWidthForChild(legend); in layoutSpecialExcludedChild()
|
D | RenderTableSection.cpp | 908 const BorderValue& sb = style()->borderEnd(); in setCellLogicalWidths() 915 const BorderValue& gb = colGroup->style()->borderEnd(); in setCellLogicalWidths() 928 …const BorderValue& cb = current.primaryCell()->style()->borderEnd(); // FIXME: Make this work with… in setCellLogicalWidths() 929 const BorderValue& rb = current.primaryCell()->parent()->style()->borderEnd(); in setCellLogicalWidths()
|
D | RenderBlockLineLayout.cpp | 78 return child->marginEnd() + child->paddingEnd() + child->borderEnd(); in borderPaddingMarginEnd()
|
D | RenderBlock.cpp | 4736 child->borderEnd(); in getBorderPaddingMargin()
|
/external/webkit/Source/WebCore/rendering/style/ |
D | RenderStyle.cpp | 1267 const BorderValue& RenderStyle::borderEnd() const in borderEnd() function in WebCore::RenderStyle
|
D | RenderStyle.h | 419 const BorderValue& borderEnd() const;
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 17907 (WebCore::RenderTable::borderEnd): 19183 (WebCore::RenderTableCell::borderEnd): Similar. 19205 (WebCore::RenderStyle::borderEnd): Adeed. 50486 (WebCore::RenderBoxModelObject::borderEnd): 50491 (WebCore::RenderTableCell::borderEnd):
|