Home
last modified time | relevance | path

Searched refs:borderEnd (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderTable.h53 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()
DRenderBoxModelObject.h87 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()
DRenderTableCell.cpp412 …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(&section()->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()
DRenderTable.cpp425 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()
DRenderTableCell.h65 virtual int borderEnd() const;
DRenderFieldset.cpp82 … logicalLeft = logicalWidth() - borderEnd() - paddingEnd() - logicalWidthForChild(legend); in layoutSpecialExcludedChild()
DRenderTableSection.cpp908 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()
DRenderBlockLineLayout.cpp78 return child->marginEnd() + child->paddingEnd() + child->borderEnd(); in borderPaddingMarginEnd()
DRenderBlock.cpp4736 child->borderEnd(); in getBorderPaddingMargin()
/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.cpp1267 const BorderValue& RenderStyle::borderEnd() const in borderEnd() function in WebCore::RenderStyle
DRenderStyle.h419 const BorderValue& borderEnd() const;
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0617907 (WebCore::RenderTable::borderEnd):
19183 (WebCore::RenderTableCell::borderEnd): Similar.
19205 (WebCore::RenderStyle::borderEnd): Adeed.
50486 (WebCore::RenderBoxModelObject::borderEnd):
50491 (WebCore::RenderTableCell::borderEnd):