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

  /external/webkit/WebCore/rendering/
RenderTableCell.cpp 334 RenderTableCell* prevCell = rtl ? tableElt->cellAfter(this) : tableElt->cellBefore(this);
335 if (prevCell) {
336 result = rtl ? compareBorders(result, CollapsedBorderValue(&prevCell->style()->borderRight(), BCELL)) : compareBorders(CollapsedBorderValue(&prevCell->style()->borderRight(), BCELL), result);
458 RenderTableCell* prevCell = table()->cellAbove(this);
459 if (prevCell) {
461 result = compareBorders(CollapsedBorderValue(&prevCell->style()->borderBottom(), BCELL), result);
472 if (prevCell) {
474 if (prevCell->section() == section())
477 prevRow = prevCell->section()->lastChild()
    [all...]
RenderTable.cpp     [all...]

Completed in 53 milliseconds