Home | History | Annotate | Download | only in rendering

Lines Matching refs:extraWidthToEndOfLine

535 IntRect RenderText::localCaretRect(InlineBox* inlineBox, int caretOffset, int* extraWidthToEndOfLine)
564 if (extraWidthToEndOfLine)
565 *extraWidthToEndOfLine = (box->root()->logicalWidth() + rootLeft) - (left + 1);