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 286 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());
RenderBox.h 96 int pixelSnappedHeight() const { return m_frameRect.pixelSnappedHeight(); }
119 int pixelSnappedLogicalHeight() const { return style()->isHorizontalWritingMode() ? pixelSnappedHeight() : pixelSnappedWidth(); }
120 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 373 return box ? adjustForAbsoluteZoom(box->contentBoxRect().pixelSnappedHeight(), box) : 0;

Completed in 125 milliseconds