Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTable.h257 const BorderValue& tableStartBorderAdjoiningCell(const RenderTableCell*) const;
DRenderTable.cpp1430 const BorderValue& RenderTable::tableStartBorderAdjoiningCell(const RenderTableCell* cell) const in tableStartBorderAdjoiningCell() function in WebCore::RenderTable
DRenderTableCell.cpp594 …result = chooseBorder(result, CollapsedBorderValue(table->tableStartBorderAdjoiningCell(this), inc… in computeCollapsedStartBorder()