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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableRow.h91 const BorderValue& borderAdjoiningStartCell(const RenderTableCell*) const;
H A DRenderTableRow.cpp101 const BorderValue& RenderTableRow::borderAdjoiningStartCell(const RenderTableCell* cell) const function in class:blink::RenderTableRow
H A DRenderTableSection.h168 const BorderValue& borderAdjoiningStartCell(const RenderTableCell*) const;
H A DRenderTableCell.cpp524 result = chooseBorder(result, CollapsedBorderValue(row()->borderAdjoiningStartCell(this), includeColor ? parent()->resolveColor(startColorProperty) : Color(), BROW));
529 result = chooseBorder(result, CollapsedBorderValue(section()->borderAdjoiningStartCell(this), includeColor ? section()->resolveColor(startColorProperty) : Color(), BROWGROUP));
H A DRenderTableSection.cpp1447 const BorderValue& RenderTableSection::borderAdjoiningStartCell(const RenderTableCell* cell) const function in class:blink::RenderTableSection

Completed in 87 milliseconds