Home | History | Annotate | Download | only in rendering

Lines Matching refs:newLogicalTop

1099     int newLogicalTop = root->block()->style()->isFlippedBlocksWritingMode() ? m_inlineBoxWrapper->logicalBottom() - root->selectionBottom() : root->selectionTop() - m_inlineBoxWrapper->logicalTop();
1101 return IntRect(0, newLogicalTop, width(), root->selectionHeight());
1102 return IntRect(newLogicalTop, 0, root->selectionHeight(), height());