Searched refs:tableStartBorderAdjoiningCell (Results 1 – 3 of 3) sorted by relevance
257 const BorderValue& tableStartBorderAdjoiningCell(const RenderTableCell*) const;
1430 const BorderValue& RenderTable::tableStartBorderAdjoiningCell(const RenderTableCell* cell) const in tableStartBorderAdjoiningCell() function in WebCore::RenderTable
594 …result = chooseBorder(result, CollapsedBorderValue(table->tableStartBorderAdjoiningCell(this), inc… in computeCollapsedStartBorder()