Home | History | Annotate | Download | only in rendering

Lines Matching refs:logicalWidth

94     if (logicalWidth() - delta < ellipsisWidth)
107 ellipsisWidth - (markupBox ? markupBox->logicalWidth() : 0), logicalHeight(),
116 if (ltr && (x() + logicalWidth() + ellipsisWidth) <= blockRightEdge) {
117 ellipsisBox->m_x = x() + logicalWidth();
155 FloatRect rootRect(0, selectionTop(), logicalWidth(), selectionHeight());
173 FloatRect rootRect(tx + x(), ty + selectionTop(), logicalWidth(), selectionHeight());