Home | History | Annotate | Download | only in rendering

Lines Matching refs:firstLine

381 static int verticalPositionForBox(InlineBox* curr, bool firstLine)
386 return toRenderBox(curr->renderer())->verticalPosition(firstLine);
387 return toRenderInline(curr->renderer())->verticalPositionFromCache(firstLine);