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.h77 const BorderValue& borderAdjoiningCellAfter(const RenderTableCell*) const;
DRenderTableCol.cpp177 const BorderValue& RenderTableCol::borderAdjoiningCellAfter(const RenderTableCell* cell) const in borderAdjoiningCellAfter() function in WebCore::RenderTableCol
DRenderTableCell.h205 const BorderValue& borderAdjoiningCellAfter(const RenderTableCell* cell) in borderAdjoiningCellAfter() function
DRenderTableCell.cpp523 …ue cellBeforeAdjoiningBorder = CollapsedBorderValue(cellBefore->borderAdjoiningCellAfter(this), in… in computeCollapsedStartBorder()
573 …result = chooseBorder(CollapsedBorderValue(colElt->borderAdjoiningCellAfter(this), includeColor ? … in computeCollapsedStartBorder()
578 …result = chooseBorder(CollapsedBorderValue(colElt->borderAdjoiningCellAfter(this), includeColor ? … in computeCollapsedStartBorder()