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/rendering/
RenderTableCell.cpp     [all...]
RenderBox.h 170 IntSize pixelSnappedSize() const { return m_frameRect.pixelSnappedSize(); }
183 IntRect pixelSnappedBorderBoxRect() const { return IntRect(IntPoint(), m_frameRect.pixelSnappedSize()); }
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
LayoutRect.h 60 IntSize pixelSnappedSize() const { return IntSize(snapSizeToPixel(m_size.width(), m_location.x()), snapSizeToPixel(m_size.height(), m_location.y())); }

Completed in 464 milliseconds