Home | History | Annotate | Download | only in rendering

Lines Matching refs:inlineBoxWrapper

198     if (isSelected() && inlineBoxWrapper()) {
199 LayoutUnit selTop = paintOffset.y() + inlineBoxWrapper()->root().selectionTop();
200 LayoutUnit selBottom = paintOffset.y() + selTop + inlineBoxWrapper()->root().selectionHeight();
474 InlineBox* box = inlineBoxWrapper();
515 if (!inlineBoxWrapper())
519 RootInlineBox& root = inlineBoxWrapper()->root();
520 LayoutUnit newLogicalTop = root.block().style()->isFlippedBlocksWritingMode() ? inlineBoxWrapper()->logicalBottom() - root.selectionBottom() : root.selectionTop() - inlineBoxWrapper()->logicalTop();
531 if (!inlineBoxWrapper())
540 inlineBoxWrapper()->root().setHasSelectedChildren(isSelected());