Home
last modified time | relevance | path

Searched refs:borderStart (Results 1 – 14 of 14) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderTable.h52 int borderStart() const { return m_borderStart; } in borderStart() 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.h90 virtual int borderStart() const { return style()->borderStartWidth(); } in borderStart() function
96 …int borderAndPaddingLogicalWidth() const { return borderStart() + borderEnd() + paddingStart() + p… in borderAndPaddingLogicalWidth()
99 int borderAndPaddingStart() const { return borderStart() + paddingStart(); } in borderAndPaddingStart()
113 …bool hasInlineDirectionBordersOrPadding() const { return borderStart() || borderEnd() || paddingSt… in hasInlineDirectionBordersOrPadding()
DRenderFieldset.cpp85 logicalLeft = borderStart() + paddingStart() + marginStartForChild(legend); in layoutSpecialExcludedChild()
91 logicalLeft = borderStart() + paddingStart(); in layoutSpecialExcludedChild()
101 …logicalLeft = logicalWidth() - borderStart() - paddingStart() - marginStartForChild(legend) - logi… in layoutSpecialExcludedChild()
DRenderTableCell.cpp408 …CollapsedBorderValue result(&style()->borderStart(), style()->visitedDependentColor(start), BCELL); in collapsedStartBorder()
418 …result = chooseBorder(result, CollapsedBorderValue(&parent()->style()->borderStart(), parent()->st… in collapsedStartBorder()
423 …result = chooseBorder(result, CollapsedBorderValue(&section()->style()->borderStart(), section()->… in collapsedStartBorder()
433 …result = chooseBorder(result, CollapsedBorderValue(&colElt->style()->borderStart(), colElt->style(… in collapsedStartBorder()
437 … chooseBorder(result, CollapsedBorderValue(&colElt->parent()->style()->borderStart(), colElt->pare… in collapsedStartBorder()
454 …result = chooseBorder(result, CollapsedBorderValue(&table->style()->borderStart(), table->style()-… in collapsedStartBorder()
477 …CollapsedBorderValue startBorder = CollapsedBorderValue(&nextCell->style()->borderStart(), nextCel… in collapsedEndBorder()
513 …CollapsedBorderValue startBorder = CollapsedBorderValue(&colElt->style()->borderStart(), colElt->s… in collapsedEndBorder()
729 int RenderTableCell::borderStart() const in borderStart() function in WebCore::RenderTableCell
731 return table()->collapseBorders() ? borderHalfStart(false) : RenderBlock::borderStart(); in borderStart()
DRenderTable.cpp426 int sectionLogicalLeft = style()->isLeftToRightDirection() ? borderStart() : borderEnd(); in layout()
855 const BorderValue& tb = style()->borderStart(); in calcBorderStart()
862 const BorderValue& gb = colGroup->style()->borderStart(); in calcBorderStart()
874 const BorderValue& sb = firstNonEmptySection->style()->borderStart(); in calcBorderStart()
884 …const BorderValue& cb = cs.primaryCell()->style()->borderStart(); // FIXME: Make this work with pe… in calcBorderStart()
888 const BorderValue& rb = cs.primaryCell()->parent()->style()->borderStart(); in calcBorderStart()
900 return RenderBlock::borderStart(); in calcBorderStart()
1041 const BorderValue& tb = style()->borderStart(); in outerBorderStart()
DRenderListItem.cpp275 …markerLogicalLeft = leftLineOffset - lineOffset - paddingStart() - borderStart() + m_marker->margi… in positionListMarker()
297 …markerLogicalLeft = m_marker->logicalLeft() + paddingStart() + borderStart() + m_marker->marginEnd… in positionListMarker()
299 …markerLogicalLeft = rightLineOffset - lineOffset + paddingStart() + borderStart() + m_marker->marg… in positionListMarker()
DRenderTableCell.h64 virtual int borderStart() const;
DRenderTableSection.cpp870 const BorderValue& sb = style()->borderStart(); in setCellLogicalWidths()
877 const BorderValue& gb = colGroup->style()->borderStart(); in setCellLogicalWidths()
890 …const BorderValue& cb = current.primaryCell()->style()->borderStart(); // FIXME: Make this work wi… in setCellLogicalWidths()
891 const BorderValue& rb = current.primaryCell()->parent()->style()->borderStart(); in setCellLogicalWidths()
DRenderFlexibleBox.cpp643 childLayer->setStaticInlinePosition(borderStart() + paddingStart()); in layoutVerticalBox()
DRenderBlockLineLayout.cpp73 return child->marginStart() + child->paddingStart() + child->borderStart(); in borderPaddingMarginStart()
DRenderBlock.cpp1809 int startPosition = borderStart() + paddingStart(); in determineLogicalLeftPositionForChild()
4763 child->borderStart(); in getBorderPaddingMargin()
/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.cpp1260 const BorderValue& RenderStyle::borderStart() const in borderStart() function in WebCore::RenderStyle
DRenderStyle.h418 const BorderValue& borderStart() const;
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0617893 borderStart(). Splits odd number of pixels based on the physical side.
17906 (WebCore::RenderTable::borderStart):
19182 (WebCore::RenderTableCell::borderStart): Use borderHalfStart().
19204 (WebCore::RenderStyle::borderStart): Added.
50480 …https://bugs.webkit.org/show_bug.cgi?id=46190, add borderStart/Before/End/After accessors to Rende…
50485 (WebCore::RenderBoxModelObject::borderStart):
50490 (WebCore::RenderTableCell::borderStart):