Home
last modified time | relevance | path

Searched defs:pixelSnappedSize (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DLayoutRect.h60 …IntSize pixelSnappedSize() const { return IntSize(snapSizeToPixel(m_size.width(), m_location.x()),… in pixelSnappedSize() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBox.h170 IntSize pixelSnappedSize() const { return m_frameRect.pixelSnappedSize(); } in pixelSnappedSize() function