Searched refs:borderAdjoiningEndCell (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableRow.h92 const BorderValue& borderAdjoiningEndCell(const RenderTableCell*) const;
H A DRenderTableRow.cpp108 const BorderValue& RenderTableRow::borderAdjoiningEndCell(const RenderTableCell* cell) const function in class:blink::RenderTableRow
H A DRenderTableSection.h169 const BorderValue& borderAdjoiningEndCell(const RenderTableCell*) const;
H A DRenderTableCell.cpp627 result = chooseBorder(result, CollapsedBorderValue(row()->borderAdjoiningEndCell(this), includeColor ? parent()->resolveColor(endColorProperty) : Color(), BROW));
632 result = chooseBorder(result, CollapsedBorderValue(section()->borderAdjoiningEndCell(this), includeColor ? section()->resolveColor(endColorProperty) : Color(), BROWGROUP));
H A DRenderTableSection.cpp1453 const BorderValue& RenderTableSection::borderAdjoiningEndCell(const RenderTableCell* cell) const function in class:blink::RenderTableSection

Completed in 437 milliseconds