Home | History | Annotate | Download | only in rendering

Lines Matching refs:rootRect

843         FloatRect rootRect(tx + r->x(), ty + r->selectionTop(), r->width(), r->selectionHeight());
844 FloatRect imageRect(tx + x(), rootRect.y(), width(), rootRect.height());
845 page->chrome()->client()->paintCustomHighlight(node(), type, imageRect, rootRect, behindText, false);