Home | History | Annotate | Download | only in rendering

Lines Matching refs:selectionHeight

1101         return IntRect(0, newLogicalTop, width(), root->selectionHeight());
1102 return IntRect(newLogicalTop, 0, root->selectionHeight(), height());
1712 IntRect rect(0, root->selectionTop() - y(), width(), root->selectionHeight());