HomeSort by relevance Sort by last modified time
    Searched refs:borderEnd (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTable.h 56 virtual int borderEnd() const OVERRIDE { return m_borderEnd; }
63 return style()->isLeftToRightDirection() ? borderStart() : borderEnd();
70 return style()->isLeftToRightDirection() ? borderEnd() : borderStart();
78 return style()->isLeftToRightDirection() ? borderStart() : borderEnd();
85 return style()->isLeftToRightDirection() ? borderEnd() : borderStart();
210 return borderStart() + borderEnd() + (collapseBorders() ? LayoutUnit() : (paddingStart() + paddingEnd() + borderSpacingInRowDirection()));
RenderTableCol.cpp 168 return style()->borderEnd();
180 return style()->borderEnd();
RenderTableRow.h 80 return style()->borderEnd();
86 return style()->borderEnd();
RenderTableCell.h 120 virtual int borderEnd() const OVERRIDE;
188 return style()->borderEnd();
195 return style()->borderEnd();
211 return style()->borderEnd();
RenderBoxModelObject.h 118 virtual int borderEnd() const { return style()->borderEndWidth(); }
130 LayoutUnit borderAndPaddingLogicalWidth() const { return borderStart() + borderEnd() + paddingStart() + paddingEnd(); }
136 LayoutUnit borderLogicalWidth() const { return borderStart() + borderEnd(); }
158 bool hasInlineDirectionBordersOrPadding() const { return borderStart() || borderEnd() || paddingStart()|| paddingEnd(); }
RenderTableSection.h 147 return style()->borderEnd();
153 return style()->borderEnd();
179 enum InlineBorderSide { BorderStart, BorderEnd };
RenderTable.cpp 327 borders = borderStart() + borderEnd() + (collapseBorders() ? LayoutUnit() : paddingStart() + paddingEnd());
414 // FIXME: We should do this recalc lazily in borderStart/borderEnd so that we don't have to make sure
415 // to call this before we call borderStart/borderEnd to avoid getting a stale value.
524 LayoutUnit sectionLogicalLeft = style()->isLeftToRightDirection() ? borderStart() : borderEnd();
746 // FIXME: Do the recalc in borderStart/borderEnd and make those const_cast this call.
    [all...]
RenderFieldset.cpp 79 logicalLeft = logicalWidth() - borderEnd() - paddingEnd() - logicalWidthForChild(legend);
RenderTableRow.cpp 106 return style()->borderEnd();
RenderTableSection.cpp     [all...]
RenderTableCell.cpp 624 CollapsedBorderValue result = CollapsedBorderValue(style()->borderEnd(), includeColor ? resolveColor(endColorProperty) : Color(), BCELL);
    [all...]
RenderBlockLineLayout.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/line/
BreakingContextInlineHeaders.h 299 return child->marginEnd() + child->paddingEnd() + child->borderEnd();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.cpp     [all...]
RenderStyle.h 501 const BorderValue& borderEnd() const;
    [all...]

Completed in 2750 milliseconds