Home | History | Annotate | Download | only in rendering

Lines Matching refs:rootRect

870     FloatRect rootRect(tx + r->x(), ty + selectionTop(), r->logicalWidth(), selectionHeight());
871 FloatRect textRect(tx + x(), rootRect.y(), logicalWidth(), rootRect.height());
873 page->chrome()->client()->paintCustomHighlight(renderer()->node(), type, textRect, rootRect, true, false);