Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderScrollbar.cpp286 …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()
DRenderBox.h96 int pixelSnappedHeight() const { return m_frameRect.pixelSnappedHeight(); } in pixelSnappedHeight() function
119 …ogicalHeight() const { return style()->isHorizontalWritingMode() ? pixelSnappedHeight() : pixelSna… in pixelSnappedLogicalHeight()
120 …) const { return style()->isHorizontalWritingMode() ? pixelSnappedWidth() : pixelSnappedHeight(); } in pixelSnappedLogicalWidth()
DRenderLayerScrollableArea.cpp1205 IntRect localBounds(0, 0, box().pixelSnappedWidth(), box().pixelSnappedHeight()); in isPointInResizeControl()
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DLayoutRect.h75 int pixelSnappedHeight() const { return snapSizeToPixel(height(), y()); } in pixelSnappedHeight() function
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLImageElement.cpp373 return box ? adjustForAbsoluteZoom(box->contentBoxRect().pixelSnappedHeight(), box) : 0; in height()