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

  /external/webkit/Source/WebCore/rendering/
RenderTable.h 52 int borderStart() const { return m_borderStart; }
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 90 virtual int borderStart() const { return style()->borderStartWidth(); }
96 int borderAndPaddingLogicalWidth() const { return borderStart() + borderEnd() + paddingStart() + paddingEnd(); }
99 int borderAndPaddingStart() const { return borderStart() + paddingStart(); }
113 bool hasInlineDirectionBordersOrPadding() const { return borderStart() || borderEnd() || paddingStart()|| paddingEnd(); }
RenderFieldset.cpp 85 logicalLeft = borderStart() + paddingStart() + marginStartForChild(legend);
91 logicalLeft = borderStart() + paddingStart();
101 logicalLeft = logicalWidth() - borderStart() - paddingStart() - marginStartForChild(legend) - logicalWidthForChild(legend);
RenderTableCell.cpp 408 CollapsedBorderValue result(&style()->borderStart(), style()->visitedDependentColor(start), BCELL);
418 result = chooseBorder(result, CollapsedBorderValue(&parent()->style()->borderStart(), parent()->style()->visitedDependentColor(start), BROW));
423 result = chooseBorder(result, CollapsedBorderValue(&section()->style()->borderStart(), section()->style()->visitedDependentColor(start), BROWGROUP));
433 result = chooseBorder(result, CollapsedBorderValue(&colElt->style()->borderStart(), colElt->style()->visitedDependentColor(start), BCOL));
437 result = chooseBorder(result, CollapsedBorderValue(&colElt->parent()->style()->borderStart(), colElt->parent()->style()->visitedDependentColor(start), BCOLGROUP));
454 result = chooseBorder(result, CollapsedBorderValue(&table->style()->borderStart(), table->style()->visitedDependentColor(start), BTABLE));
477 CollapsedBorderValue startBorder = CollapsedBorderValue(&nextCell->style()->borderStart(), nextCell->style()->visitedDependentColor(start), BCELL);
513 CollapsedBorderValue startBorder = CollapsedBorderValue(&colElt->style()->borderStart(), colElt->style()->visitedDependentColor(start), BCOL);
729 int RenderTableCell::borderStart() const
731 return table()->collapseBorders() ? borderHalfStart(false) : RenderBlock::borderStart();
    [all...]
RenderListItem.cpp 275 markerLogicalLeft = leftLineOffset - lineOffset - paddingStart() - borderStart() + m_marker->marginStart();
297 markerLogicalLeft = m_marker->logicalLeft() + paddingStart() + borderStart() + m_marker->marginEnd();
299 markerLogicalLeft = rightLineOffset - lineOffset + paddingStart() + borderStart() + m_marker->marginEnd();
RenderTableCell.h 64 virtual int borderStart() const;
RenderTable.cpp 426 int sectionLogicalLeft = style()->isLeftToRightDirection() ? borderStart() : borderEnd();
855 const BorderValue& tb = style()->borderStart();
862 const BorderValue& gb = colGroup->style()->borderStart();
874 const BorderValue& sb = firstNonEmptySection->style()->borderStart();
    [all...]
RenderTableSection.cpp     [all...]
RenderFlexibleBox.cpp 643 childLayer->setStaticInlinePosition(borderStart() + paddingStart());
    [all...]
RenderBlockLineLayout.cpp 73 return child->marginStart() + child->paddingStart() + child->borderStart();
    [all...]
RenderBlock.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.cpp     [all...]
RenderStyle.h 418 const BorderValue& borderStart() const;
    [all...]

Completed in 495 milliseconds