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.cpp277 …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()
DRenderBox.h98 int pixelSnappedHeight() const { return m_frameRect.pixelSnappedHeight(); } in pixelSnappedHeight() function
121 …ogicalHeight() const { return style()->isHorizontalWritingMode() ? pixelSnappedHeight() : pixelSna… in pixelSnappedLogicalHeight()
122 …) const { return style()->isHorizontalWritingMode() ? pixelSnappedWidth() : pixelSnappedHeight(); } in pixelSnappedLogicalWidth()
DRenderLayerScrollableArea.cpp1207 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.cpp430 return box ? adjustForAbsoluteZoom(box->contentBoxRect().pixelSnappedHeight(), box) : 0; in height()