Home | History | Annotate | Download | only in rendering

Lines Matching defs:parentBox

878     IntRect parentBox = parentRenderBox->absoluteContentBox();
881 bounds.setHeight(min(parentBox.width(), min(parentBox.height(), bounds.height())));
886 bounds.setY(parentBox.y() + (parentBox.height() - bounds.height() + 1) / 2);
928 IntRect parentBox = parentRenderBox->absoluteContentBox();
931 bounds.setHeight(min(parentBox.width(), min(parentBox.height(), bounds.height())));
936 bounds.setY(parentBox.y() + (parentBox.height() - bounds.height() + 1) / 2);
964 IntRect parentBox = parentRenderBox->absoluteContentBox();
967 bounds.setHeight(min(parentBox.height(), bounds.height()));
968 bounds.setWidth(min(parentBox.width(), static_cast<int>(bounds.height() * defaultSearchFieldResultsButtonWidth / defaultSearchFieldResultsDecorationSize)));
972 bounds.setY(parentBox.y() + (parentBox.height() - bounds.height() + 1) / 2);