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

  /external/webkit/Source/WebCore/rendering/
RenderTable.h 53 int borderEnd() const { return m_borderEnd; }
60 return style()->isLeftToRightDirection() ? borderStart() : borderEnd();
67 return style()->isLeftToRightDirection() ? borderEnd() : borderStart();
75 return style()->isLeftToRightDirection() ? borderStart() : borderEnd();
82 return style()->isLeftToRightDirection() ? borderEnd() : borderStart();
171 return borderStart() + borderEnd() +
RenderBoxModelObject.h 91 virtual int borderEnd() const { return style()->borderEndWidth(); }
96 int borderAndPaddingLogicalWidth() const { return borderStart() + borderEnd() + paddingStart() + paddingEnd(); }
113 bool hasInlineDirectionBordersOrPadding() const { return borderStart() || borderEnd() || paddingStart()|| paddingEnd(); }
RenderTableCell.cpp 412 CollapsedBorderValue prevCellBorder = CollapsedBorderValue(&prevCell->style()->borderEnd(), prevCell->style()->visitedDependentColor(end), BCELL);
447 CollapsedBorderValue endBorder = CollapsedBorderValue(&colElt->style()->borderEnd(), colElt->style()->visitedDependentColor(end), BCOL);
471 CollapsedBorderValue result = CollapsedBorderValue(&style()->borderEnd(), style()->visitedDependentColor(end), BCELL);
484 result = chooseBorder(result, CollapsedBorderValue(&parent()->style()->borderEnd(), parent()->style()->visitedDependentColor(end), BROW));
489 result = chooseBorder(result, CollapsedBorderValue(&section()->style()->borderEnd(), section()->style()->visitedDependentColor(end), BROWGROUP));
499 result = chooseBorder(result, CollapsedBorderValue(&colElt->style()->borderEnd(), colElt->style()->visitedDependentColor(end), BCOL));
503 result = chooseBorder(result, CollapsedBorderValue(&colElt->parent()->style()->borderEnd(), colElt->parent()->style()->visitedDependentColor(end), BCOLGROUP));
520 result = chooseBorder(result, CollapsedBorderValue(&table->style()->borderEnd(), table->style()->visitedDependentColor(end), BTABLE));
734 int RenderTableCell::borderEnd() const
736 return table()->collapseBorders() ? borderHalfEnd(false) : RenderBlock::borderEnd();
    [all...]
RenderTableCell.h 65 virtual int borderEnd() const;
RenderTable.cpp 426 int sectionLogicalLeft = style()->isLeftToRightDirection() ? borderStart() : borderEnd();
    [all...]
RenderFieldset.cpp 82 logicalLeft = logicalWidth() - borderEnd() - paddingEnd() - logicalWidthForChild(legend);
RenderTableSection.cpp     [all...]
RenderBlockLineLayout.cpp 78 return child->marginEnd() + child->paddingEnd() + child->borderEnd();
    [all...]
RenderBlock.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.cpp     [all...]
RenderStyle.h 419 const BorderValue& borderEnd() const;
    [all...]

Completed in 463 milliseconds