Home
last modified time | relevance | path

Searched refs:borderAdjoiningCellEndBorder (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableCol.h75 const BorderValue& borderAdjoiningCellEndBorder(const RenderTableCell*) const;
DRenderTableCol.cpp166 const BorderValue& RenderTableCol::borderAdjoiningCellEndBorder(const RenderTableCell*) const in borderAdjoiningCellEndBorder() function in WebCore::RenderTableCol
DRenderTableCell.cpp584 …ult = chooseBorder(CollapsedBorderValue(enclosingColumnGroup->borderAdjoiningCellEndBorder(this), … in computeCollapsedStartBorder()
652 …result = chooseBorder(result, CollapsedBorderValue(colElt->borderAdjoiningCellEndBorder(this), inc… in computeCollapsedEndBorder()
659 …result = chooseBorder(result, CollapsedBorderValue(colElt->borderAdjoiningCellEndBorder(this), inc… in computeCollapsedEndBorder()
664 …ooseBorder(result, CollapsedBorderValue(enclosingColumnGroup->borderAdjoiningCellEndBorder(this), … in computeCollapsedEndBorder()