Searched refs:pixelSnappedHeight (Results 1 – 5 of 5) sorted by relevance
286 …rer->pixelSnappedWidth() : width(), isHorizontal ? height() : partRenderer->pixelSnappedHeight())); in buttonRect()289 isHorizontal ? y() : y() + height() - partRenderer->pixelSnappedHeight(), in buttonRect()291 isHorizontal ? height() : partRenderer->pixelSnappedHeight()); in buttonRect()298 isHorizontal ? height() : partRenderer->pixelSnappedHeight()); in buttonRect()303 …sHorizontal ? y() : y() + height() - followingButton.height() - partRenderer->pixelSnappedHeight(), in buttonRect()305 isHorizontal ? height() : partRenderer->pixelSnappedHeight()); in buttonRect()
96 int pixelSnappedHeight() const { return m_frameRect.pixelSnappedHeight(); } in pixelSnappedHeight() function119 …ogicalHeight() const { return style()->isHorizontalWritingMode() ? pixelSnappedHeight() : pixelSna… in pixelSnappedLogicalHeight()120 …) const { return style()->isHorizontalWritingMode() ? pixelSnappedWidth() : pixelSnappedHeight(); } in pixelSnappedLogicalWidth()
1205 IntRect localBounds(0, 0, box().pixelSnappedWidth(), box().pixelSnappedHeight()); in isPointInResizeControl()
75 int pixelSnappedHeight() const { return snapSizeToPixel(height(), y()); } in pixelSnappedHeight() function
373 return box ? adjustForAbsoluteZoom(box->contentBoxRect().pixelSnappedHeight(), box) : 0; in height()