Home | History | Annotate | Download | only in rendering

Lines Matching refs:extraWidthToEndOfLine

381 IntRect RenderText::localCaretRect(InlineBox* inlineBox, int caretOffset, int* extraWidthToEndOfLine)
406 if (extraWidthToEndOfLine)
407 *extraWidthToEndOfLine = (box->root()->width() + rootLeft) - (left + 1);