Home | History | Annotate | Download | only in rendering

Lines Matching refs:selTop

308                                          int selTop, int selHeight, const PaintInfo* paintInfo)
321 firstBox->parent()->renderer(), firstBox->logicalLeft(), selTop, selHeight, paintInfo));
324 lastBox->parent()->renderer(), lastBox->logicalRight(), selTop, selHeight, paintInfo));
339 IntRect logicalRect(lastLogicalLeft, selTop, box->logicalLeft() - lastLogicalLeft, selHeight);