Searched defs:pixelSnappedHeight (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DLayoutRect.h75 int pixelSnappedHeight() const { return snapSizeToPixel(height(), y()); } function in class:blink::LayoutRect
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBox.h98 int pixelSnappedHeight() const { return m_frameRect.pixelSnappedHeight(); } function in class:blink::RenderBox
121 int pixelSnappedLogicalHeight() const { return style()->isHorizontalWritingMode() ? pixelSnappedHeight() : pixelSnappedWidth(); }
122 int pixelSnappedLogicalWidth() const { return style()->isHorizontalWritingMode() ? pixelSnappedWidth() : pixelSnappedHeight(); }

Completed in 168 milliseconds