Home | History | Annotate | Download | only in rendering

Lines Matching refs:checkParent

775         bool checkParent = parent()->isRenderInline() && parent()->style()->verticalAlign() != TOP && parent()->style()->verticalAlign() != BOTTOM;
776 vpos = checkParent ? toRenderInline(parent())->verticalPositionFromCache(firstLine) : 0;