Searched refs:pixelSnappedHeight (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderScrollbar.cpp286 return IntRect(location(), IntSize(isHorizontal ? partRenderer->pixelSnappedWidth() : width(), isHorizontal ? height() : partRenderer->pixelSnappedHeight()));
289 isHorizontal ? y() : y() + height() - partRenderer->pixelSnappedHeight(),
291 isHorizontal ? height() : partRenderer->pixelSnappedHeight());
298 isHorizontal ? height() : partRenderer->pixelSnappedHeight());
303 isHorizontal ? y() : y() + height() - followingButton.height() - partRenderer->pixelSnappedHeight(),
305 isHorizontal ? height() : partRenderer->pixelSnappedHeight());
H A DRenderBox.h96 int pixelSnappedHeight() const { return m_frameRect.pixelSnappedHeight(); } function in class:WebCore::RenderBox
119 int pixelSnappedLogicalHeight() const { return style()->isHorizontalWritingMode() ? pixelSnappedHeight() : pixelSnappedWidth(); }
120 int pixelSnappedLogicalWidth() const { return style()->isHorizontalWritingMode() ? pixelSnappedWidth() : pixelSnappedHeight(); }
H A DRenderLayerScrollableArea.cpp1205 IntRect localBounds(0, 0, box().pixelSnappedWidth(), box().pixelSnappedHeight());
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DLayoutRect.h75 int pixelSnappedHeight() const { return snapSizeToPixel(height(), y()); } function in class:WebCore::LayoutRect
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLImageElement.cpp373 return box ? adjustForAbsoluteZoom(box->contentBoxRect().pixelSnappedHeight(), box) : 0;

Completed in 158 milliseconds