Home
last modified time | relevance | path

Searched refs:pixelSnappedMaxY (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DFloatingObjects.cpp302 …ingObject->frameRect().pixelSnappedY(), floatingObject->frameRect().pixelSnappedMaxY(), floatingOb… in intervalForFloatingObject()
541 …), floatingObject->frameRect().pixelSnappedMaxX(), floatingObject->frameRect().pixelSnappedMaxY()); in string()
DRenderBlockFlow.h118 …st { return isHorizontalWritingMode() ? floatingObject->frameRect().pixelSnappedMaxY() : floatingO… in pixelSnappedLogicalBottomForFloat()
120 … floatingObject->frameRect().pixelSnappedMaxX() : floatingObject->frameRect().pixelSnappedMaxY(); } in pixelSnappedLogicalRightForFloat()
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DLayoutRect.h77 int pixelSnappedMaxY() const { return (m_location.y() + m_size.height()).round(); } in pixelSnappedMaxY() function