Home
last modified time | relevance | path

Searched refs:borderAdjoiningCellAfter (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableCol.h82 const BorderValue& borderAdjoiningCellAfter(const RenderTableCell*) const;
DRenderTableCol.cpp183 const BorderValue& RenderTableCol::borderAdjoiningCellAfter(const RenderTableCell* cell) const in borderAdjoiningCellAfter() function in blink::RenderTableCol
DRenderTableCell.h207 const BorderValue& borderAdjoiningCellAfter(const RenderTableCell* cell) in borderAdjoiningCellAfter() function
DRenderTableCell.cpp514 …ue cellBeforeAdjoiningBorder = CollapsedBorderValue(cellBefore->borderAdjoiningCellAfter(this), in… in computeCollapsedStartBorder()
564 …result = chooseBorder(CollapsedBorderValue(colElt->borderAdjoiningCellAfter(this), includeColor ? … in computeCollapsedStartBorder()
569 …result = chooseBorder(CollapsedBorderValue(colElt->borderAdjoiningCellAfter(this), includeColor ? … in computeCollapsedStartBorder()