Home | History | Annotate | Download | only in qwebframe

Lines Matching refs:boundingRect

2708     QCOMPARE(size.width(), picture.boundingRect().width() + frame->scrollBarGeometry(Qt::Vertical).width());
2709 QCOMPARE(size.height(), picture.boundingRect().height() + frame->scrollBarGeometry(Qt::Horizontal).height());
2716 QCOMPARE(size.width(), picture.boundingRect().width()); // width: 100px
2717 QCOMPARE(size.height(), picture.boundingRect().height()); // height: 100px