Home | History | Annotate | Download | only in jni

Lines Matching defs:newBounds

1363                 const WebCore::IntRect& newBounds = node->getRect();
1365 "h=%d)", newBounds.x(), newBounds.y(),
1366 newBounds.width(), newBounds.height());
1368 && (bounds != newBounds)) {
1374 && (bounds.width() == newBounds.width())
1375 && (bounds.height() != newBounds.height());
1382 showRect(newBounds.x(), newBounds.y(), newBounds.width(),
1383 newBounds.height(), view->contentsWidth(),