Searched refs:pixelSnappedClientWidth (Results 1 – 6 of 6) sorted by relevance
485 m_box->pixelSnappedClientWidth() : m_box->pixelSnappedClientHeight(); in pageStep()599 int clientWidth = m_box->pixelSnappedClientWidth(); in updateAfterLayout()618 return scrollWidth() > m_box->pixelSnappedClientWidth(); in hasHorizontalOverflow()691 int maxX = scrollWidth() - m_box->pixelSnappedClientWidth(); in clampScrollOffset()
670 return pixelSnappedClientWidth(); in scrollWidth()
542 … if (l.renderBox() && l.renderBox()->pixelSnappedClientWidth() != l.renderBox()->scrollWidth()) in write()
240 int pixelSnappedClientWidth() const;
398 int RenderBox::pixelSnappedClientWidth() const in pixelSnappedClientWidth() function in WebCore::RenderBox
646 … return adjustLayoutUnitForAbsoluteZoom(renderer->pixelSnappedClientWidth(), *renderer).round(); in clientWidth()