Home
last modified time | relevance | path

Searched refs:tableEndBorderAdjoiningCell (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTable.h258 const BorderValue& tableEndBorderAdjoiningCell(const RenderTableCell*) const;
DRenderTable.cpp1439 const BorderValue& RenderTable::tableEndBorderAdjoiningCell(const RenderTableCell* cell) const in tableEndBorderAdjoiningCell() function in WebCore::RenderTable
DRenderTableCell.cpp696 …result = chooseBorder(result, CollapsedBorderValue(table->tableEndBorderAdjoiningCell(this), inclu… in computeCollapsedEndBorder()