Searched refs:tableEndBorderAdjoiningCell (Results 1 – 3 of 3) sorted by relevance
258 const BorderValue& tableEndBorderAdjoiningCell(const RenderTableCell*) const;
1439 const BorderValue& RenderTable::tableEndBorderAdjoiningCell(const RenderTableCell* cell) const in tableEndBorderAdjoiningCell() function in WebCore::RenderTable
696 …result = chooseBorder(result, CollapsedBorderValue(table->tableEndBorderAdjoiningCell(this), inclu… in computeCollapsedEndBorder()