Home | History | Annotate | Download | only in rendering

Lines Matching refs:paddingTop

384             int adjustedPaddingTop = cell->paddingTop() - cell->intrinsicPaddingTop();
403 if (b > cell->borderTop() + cell->paddingTop()) {
651 rHeight - cell->borderTop() - cell->paddingTop() -
659 if (b > cell->borderTop() + cell->paddingTop())
676 if (b > cell->borderTop() + cell->paddingTop())
1021 firstLineBaseline = max(firstLineBaseline, cell->y() + cell->paddingTop() + cell->borderTop() + cell->contentHeight());