HomeSort by relevance Sort by last modified time
    Searched refs:pixelSnappedHeight (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderScrollbar.cpp 277 return IntRect(location(), IntSize(isHorizontal ? partRenderer->pixelSnappedWidth() : width(), isHorizontal ? height() : partRenderer->pixelSnappedHeight()));
280 isHorizontal ? y() : y() + height() - partRenderer->pixelSnappedHeight(),
282 isHorizontal ? height() : partRenderer->pixelSnappedHeight());
289 isHorizontal ? height() : partRenderer->pixelSnappedHeight());
294 isHorizontal ? y() : y() + height() - followingButton.height() - partRenderer->pixelSnappedHeight(),
296 isHorizontal ? height() : partRenderer->pixelSnappedHeight());
RenderBox.h 98 int pixelSnappedHeight() const { return m_frameRect.pixelSnappedHeight(); }
121 int pixelSnappedLogicalHeight() const { return style()->isHorizontalWritingMode() ? pixelSnappedHeight() : pixelSnappedWidth(); }
122 int pixelSnappedLogicalWidth() const { return style()->isHorizontalWritingMode() ? pixelSnappedWidth() : pixelSnappedHeight(); }
    [all...]
RenderLayerScrollableArea.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
LayoutRect.h 75 int pixelSnappedHeight() const { return snapSizeToPixel(height(), y()); }
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLImageElement.cpp 430 return box ? adjustForAbsoluteZoom(box->contentBoxRect().pixelSnappedHeight(), box) : 0;

Completed in 65 milliseconds