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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderScrollbar.cpp 285 return IntRect(location(), IntSize(isHorizontal ? partRenderer->pixelSnappedWidth() : width(), isHorizontal ? height() : partRenderer->pixelSnappedHeight()));
287 return IntRect(isHorizontal ? x() + width() - partRenderer->pixelSnappedWidth() : x(),
289 isHorizontal ? partRenderer->pixelSnappedWidth() : width(),
296 isHorizontal ? partRenderer->pixelSnappedWidth() : width(),
301 return IntRect(isHorizontal ? x() + width() - followingButton.width() - partRenderer->pixelSnappedWidth() : x(),
303 isHorizontal ? partRenderer->pixelSnappedWidth() : width(),
RenderFileUploadControl.cpp 85 return (node && node->renderBox()) ? node->renderBox()->pixelSnappedWidth() : 0;
91 return max(0, contentBoxRect().pixelSnappedWidth() - nodeWidth(uploadButton()) - afterButtonSpacing);
RenderBox.h 65 int pixelSnappedWidth() const { return m_frameRect.pixelSnappedWidth(); }
89 int pixelSnappedLogicalHeight() const { return style()->isHorizontalWritingMode() ? pixelSnappedHeight() : pixelSnappedWidth(); }
90 int pixelSnappedLogicalWidth() const { return style()->isHorizontalWritingMode() ? pixelSnappedWidth() : pixelSnappedHeight(); }
    [all...]
RenderLayer.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLImageElement.cpp 229 return box ? adjustForAbsoluteZoom(box->contentBoxRect().pixelSnappedWidth(), box) : 0;
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
LayoutRect.h 74 int pixelSnappedWidth() const { return snapSizeToPixel(width(), x()); }

Completed in 259 milliseconds