Searched refs:pixelSnappedHeight (Results 1 – 5 of 5) sorted by relevance
277 …rer->pixelSnappedWidth() : width(), isHorizontal ? height() : partRenderer->pixelSnappedHeight())); in buttonRect()280 isHorizontal ? y() : y() + height() - partRenderer->pixelSnappedHeight(), in buttonRect()282 isHorizontal ? height() : partRenderer->pixelSnappedHeight()); in buttonRect()289 isHorizontal ? height() : partRenderer->pixelSnappedHeight()); in buttonRect()294 …sHorizontal ? y() : y() + height() - followingButton.height() - partRenderer->pixelSnappedHeight(), in buttonRect()296 isHorizontal ? height() : partRenderer->pixelSnappedHeight()); in buttonRect()
98 int pixelSnappedHeight() const { return m_frameRect.pixelSnappedHeight(); } in pixelSnappedHeight() function121 …ogicalHeight() const { return style()->isHorizontalWritingMode() ? pixelSnappedHeight() : pixelSna… in pixelSnappedLogicalHeight()122 …) const { return style()->isHorizontalWritingMode() ? pixelSnappedWidth() : pixelSnappedHeight(); } in pixelSnappedLogicalWidth()
1207 IntRect localBounds(0, 0, box().pixelSnappedWidth(), box().pixelSnappedHeight()); in isPointInResizeControl()
75 int pixelSnappedHeight() const { return snapSizeToPixel(height(), y()); } in pixelSnappedHeight() function
430 return box ? adjustForAbsoluteZoom(box->contentBoxRect().pixelSnappedHeight(), box) : 0; in height()