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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
LayoutRect.h 60 IntSize pixelSnappedSize() const { return IntSize(snapSizeToPixel(m_size.width(), m_location.x()), snapSizeToPixel(m_size.height(), m_location.y())); }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableCell.cpp     [all...]
RenderBox.h 138 IntSize pixelSnappedSize() const { return m_frameRect.pixelSnappedSize(); }
151 IntRect pixelSnappedBorderBoxRect() const { return IntRect(IntPoint(), m_frameRect.pixelSnappedSize()); }
    [all...]

Completed in 54 milliseconds