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.h80 const BorderValue& borderAdjoiningCellEndBorder(const RenderTableCell*) const;
DRenderTableCol.cpp172 const BorderValue& RenderTableCol::borderAdjoiningCellEndBorder(const RenderTableCell*) const in borderAdjoiningCellEndBorder() function in blink::RenderTableCol
DRenderTableCell.cpp575 …ult = chooseBorder(CollapsedBorderValue(enclosingColumnGroup->borderAdjoiningCellEndBorder(this), … in computeCollapsedStartBorder()
643 …result = chooseBorder(result, CollapsedBorderValue(colElt->borderAdjoiningCellEndBorder(this), inc… in computeCollapsedEndBorder()
650 …result = chooseBorder(result, CollapsedBorderValue(colElt->borderAdjoiningCellEndBorder(this), inc… in computeCollapsedEndBorder()
655 …ooseBorder(result, CollapsedBorderValue(enclosingColumnGroup->borderAdjoiningCellEndBorder(this), … in computeCollapsedEndBorder()