HomeSort by relevance Sort by last modified time
    Searched refs:borderAdjoiningStartCell (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableRow.h 88 const BorderValue& borderAdjoiningStartCell(const RenderTableCell*) const;
RenderTableRow.cpp 93 const BorderValue& RenderTableRow::borderAdjoiningStartCell(const RenderTableCell* cell) const
RenderTableSection.h 156 const BorderValue& borderAdjoiningStartCell(const RenderTableCell*) const;
RenderTableCell.cpp 518 result = chooseBorder(result, CollapsedBorderValue(row()->borderAdjoiningStartCell(this), includeColor ? parent()->resolveColor(startColorProperty) : Color(), BROW));
523 result = chooseBorder(result, CollapsedBorderValue(section()->borderAdjoiningStartCell(this), includeColor ? section()->resolveColor(startColorProperty) : Color(), BROWGROUP));
    [all...]
RenderTableSection.cpp     [all...]

Completed in 41 milliseconds