Home
last modified time | relevance | path

Searched refs:pixelSnappedClientWidth (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayerScrollableArea.cpp485 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()
DRenderListBox.cpp670 return pixelSnappedClientWidth(); in scrollWidth()
DRenderTreeAsText.cpp542 … if (l.renderBox() && l.renderBox()->pixelSnappedClientWidth() != l.renderBox()->scrollWidth()) in write()
DRenderBox.h240 int pixelSnappedClientWidth() const;
DRenderBox.cpp398 int RenderBox::pixelSnappedClientWidth() const in pixelSnappedClientWidth() function in WebCore::RenderBox
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp646 … return adjustLayoutUnitForAbsoluteZoom(renderer->pixelSnappedClientWidth(), *renderer).round(); in clientWidth()