Searched refs:pixelSnappedClientHeight (Results 1 – 6 of 6) sorted by relevance
485 m_box->pixelSnappedClientWidth() : m_box->pixelSnappedClientHeight(); in pageStep()603 int clientHeight = m_box->pixelSnappedClientHeight(); in updateAfterLayout()625 return scrollHeight() > m_box->pixelSnappedClientHeight(); in hasVerticalOverflow()692 int maxY = scrollHeight() - m_box->pixelSnappedClientHeight(); in clampScrollOffset()
675 return max(pixelSnappedClientHeight(), roundToInt(listHeight())); in scrollHeight()
544 … if (l.renderBox() && l.renderBox()->pixelSnappedClientHeight() != l.renderBox()->scrollHeight()) in write()
241 int pixelSnappedClientHeight() const;
403 int RenderBox::pixelSnappedClientHeight() const in pixelSnappedClientHeight() function in WebCore::RenderBox
667 … return adjustLayoutUnitForAbsoluteZoom(renderer->pixelSnappedClientHeight(), *renderer).round(); in clientHeight()